Artistic Style - don't worry the formatting. |
| Thursday, 24 August 2006 19:58 | |||
|
Code is much like an art form. You structure logical reasoning and raw concepts into textual form. Many times programmers get annoyed when they have to deal with other people's code. You hear complaints all the time about people preferring the brackets this way or that. None of it really matters, but having a standard does help with readability. So STOP formatting by hand! There are tools out there to do the formatting as you would like. Maybe you have a development server with an svn repository on it... you could even setup hooks to auto format the code on checkin. Developers could then also setup code on the client side to format the way they like. Nice. The code formatter that I use most is Artistic Style UniversalIndentGUI
|
|||
| Last Updated on Monday, 22 March 2010 07:21 |

