79

1. You will write ugly code. Code that is in dire need of refactoring almost immediately.

2. You will write brilliant code. Functions and algorithms that will impress all that use them.

3. 1 & 2 are not mutually exclusive. Good software can be written poorly, beautifully written code can be useless. At the end of the day, just get the job done.

Comments
  • 4
    On that topic I can highly recommend the book Clean Code by Uncle Bob. I only started reading it about a week ago but it's already brillant.
  • 1
    @Lythenas Second this, and the book is short enough so it is not so overwhelming.
Add Comment