|
|
|
|
|
by freehunter
4467 days ago
|
|
I've got some code that looks like //don't do this do.this(true) To me, that signifies that I know the way I'm doing it is wrong, but it works until I can figure out how to do it right. Yes, I would be a horrible collaborator on a project. Most hackers would be, for the definition of hackers meaning "people who do isomething because it works, not because it's good programming". |
|
// TODO: Find out a better way to do this
do.this(true)