I am a computer science student, and I am just starting to write relatively large programs for my term paper (from 750 to 1,500 lines). Until now, one could go through with any reasonable level of modulation and object-oriented design. However, now that I am writing more complex code for my purposes, I would like to learn how to write better code.
Can someone point me towards some resources to find out what things to look for when designing your program architecture so that you can make this as modular as possible?
c ++ oop modularization
Peter
source share