Is it a good idea to work on header files only, just at the start of the project?

Posted by m4design on Stack Overflow See other posts from Stack Overflow or by m4design
Published on 2010-05-24T02:30:44Z Indexed on 2010/05/24 2:40 UTC
Read the original article Hit count: 251

Filed under:
|
|

To explain my point further, I'm a beginner in programming, and I'm working on a small project.

Instead of separating the .cpp file from the header file, I'm implementing the code in the header files, and making one .cpp file for testing. I do this to have less files, hence easier navigation. Then later I'll separate the code as it should be.

Will this cause any problems? should I continue doing that?

Thanks.

© Stack Overflow or respective owner

Related posts about design

Related posts about Development