26
TsiTMC
8y

It's surprising the times I actually become lazy to code:

It's not when I need to probe the problem to figure out possible solutions, but rather when I know exactly what the solution is, but will require tons of code.

Comments
  • 3
    I can relate to this. Or when you need to repeat the logic more than two times but you need to write diferent code
  • 7
    @claudiofilipe21 the best is when you have to repeat it _exactly_ two times and it's long. Should I go for a function? Oneliners? Special class? <Another random solution>? And you're like, fuck you, I'm gonna spend whole day not even thinking about it! (though all day it'll constantly ping your brain) :D :(
  • 1
    Summing up my day today!
  • 0
    Been there.
  • 1
    Just do it.
Add Comment