Anable
Newbie
- Joined
- Nov 21, 2003
- Messages
- 270
- Reaction score
- 0
The deeper into programming I get, the more conflicting views I hear about "clean code" or "proper code". I realize that technically, as long as the program runs without exploding you're good to go. I was just wondering if you guys had any personal tips about how to best keep your code organized.
The thing that brought this to my attention was when I read from my Sam's C++ book that function prototypes aren't a good idea. I love prototypes and I don't have any desire to give them up so I probably won't listen to the book. Then again, I'm sure the author knows a lot more than I do...
The thing that brought this to my attention was when I read from my Sam's C++ book that function prototypes aren't a good idea. I love prototypes and I don't have any desire to give them up so I probably won't listen to the book. Then again, I'm sure the author knows a lot more than I do...