46
tbodt
7y

maybe gotos are good after all

Comments
  • 3
    Only if they all point to the same shit
  • 3
    @Artemix my point exactly.
  • 5
    If you are working with junior devs, strongly advise against using gotos. Very easily abused ...
  • 3
    they using them to simulate try/catch in C
  • 2
    Goto isn't evil. It's just really easy to lean on them in too heavily to solve short term problems, and make your code completely unmanageable in the long run.
    Use.with.caution.
Add Comment