Created
January 9, 2018 21:11
-
-
Save dmcgrath/4f4c866c90810b34af13b4fcecbee784 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; function findItem() { ; | |
; var item ; | |
; while(item_not_found) { ; | |
// search | |
; } ; | |
; return item ; | |
; } ; | |
; var item = findItem() ; | |
// Do something with item | |
; doSomethingElse() ; |
Wrong. You need to justify the text.
; function findItem ( ) { ;
; var item ;
; while ( item_not_found ) { ;
// search
; } ;
; return item ;
; } ;
; var item = findItem ( ) ;
// Do something with item
; doSomethingElse ( ) ;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I shed a tear when I saw this. The tear was because I had a sense of overwhelming sadness and pure bliss at the same time. I only need one word to describe this style... perfection. Well done @dmcgrath. Thank you.