17
DrFloyd
8y

When you write a messy code and it works perfectly the first time

Comments
  • 6
    Why write messy code when you can write clean code?
  • 0
    Because it's easier for a newbie (and a lazy programmer) :D
  • 2
    I think it's easier to train in a clean code methodology as a new programmer and not be lazy - as it will pay off in the future. Just my ideology.
  • 5
    @DrFloyd the laziest programmers I know are definitely the best ones I know. They only do things once, and they do it well becusse they are lazy and don't want to go back and touch it again.
  • 1
    I totally agree with you
  • 1
    @champion01 that's totally me. I'd rather have an extensive comment about what that block is doing than trying dozens of different things just to get clean code
  • 1
    @gustash agreed. And try to never hardcode anything
Add Comment