8

The hardest decision right after "how to name this variable?":

Where to put free lines?

(Should there be one after the colon!?)

Comments
  • 1
    After every feature
  • 1
    @BindView after every class (real legends don't use more than 1 src file per project)
  • 3
    Replace all spaces and tabs with new lines for maximum readability!
  • 2
    @dontPanic sorry i usually write my code into an sql database and then emit it onto the DOM
  • 1
    @BindView <3
  • 2
    A really real legendary master of Zen used to code his documentation by some ancient "new line Morse code".

    When the junior dev asked the master if he could consult the wisdom of the documentation, the master told him "Noob reads the line; wise reads the space between them."
    The junior was enlightened.
  • 2
    Simple.
    1. Take print out of all source code.
    2. Take picture of each page
    3. Feed pictured to Neural Network to learn when to have free line.
    4. AI born to automate free line

    Problem solved.
Add Comment