Quote:
Originally Posted by kermitology
As a developer, the tabs vs spaces thing was amazing. Same thing with Vim vs Emacs.
|
For me, it wasn't so much the file size of the source code but rather certain compiler settings will treat tabs / spaces differently and the code formatting will look like #### when you try to review it. I ended up going through a guy's code and replaced the lead spaces with tabs.
I hope the next episode we get some version control and comment action.