HardCode
Erudite
- Joined
- Aug 23, 2005
- Messages
- 1,139
phr00t said:I have released the source code and project file for 3069:
http://sites.google.com/site/free3069/source-code
Nice project here. Some coding suggestions:
* white space in source code is your friend
* use properties instead of public class members to avoid hard-to-find bugs - easy to validate incoming data in setters
* check out the book Code Complete 2nd Edition by Steve McConnell. Tons of great coding practices and stuff