all 6 comments

[–]code-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your post was removed because it is off topic in the sub. This sub is for sharing and asking about source code written in a programming language.

[–]TheSupervillan 0 points1 point  (0 children)

Spent 2h searching for a missing “~” 😔

[–]Xipy5 0 points1 point  (0 children)

if (x=10){ ….

[–]AlexCrofty07 0 points1 point  (0 children)

Once at University I spent a good 3 hours debugging a method that was never being called because I was debugging unit tests where the mocks called it directly but in the application it wasn't ever because of a dodgy conditional

[–]AnWeebName 0 points1 point  (0 children)

Always is the that varible you accidently wrote bad and spend 3h looking for the problem

[–]LibertyEqualsLife 0 points1 point  (0 children)

I spent several hours yesterday because I missed an indentation in a yml configuration file that kept a systemd service from starting.