tomtaborsky / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

Good Indentation Throughout Code #5

Closed griffinlacek closed 7 years ago

griffinlacek commented 7 years ago

Indentation seems like a little thing, but early on a lot of new developers struggle with it and can get into bad habits. Your indentation is good! Very consistent and no wasted space. It's a small part of programming, practically non-existent in the minds of senior developers, but to get into good habits like you're setting now is excellent.

tomtaborsky commented 7 years ago

thanks! Eventually I've used the Atom plugin beautify, which in the end tidies up the code :)