Google-apps
Hoofdmenu

Post a Comment On: C0DE517E

"C++ is too hard (for me)"

3 Comments -

1 – 3 of 3
Anonymous Anonymous said...

Keep it simple, thats all. Each layer of complexity is a layer of problems and bugs. Do no create a class if you don't really need it, do not follow rules if you don't need them, etc.

March 28, 2008 at 6:02 AM

Blogger DEADC0DE said...

Not following best practices is not an option when you're dealing with code that will probably be reused in ten other projects, possibly worldwide. If you're in a small project then you can be quite sure that some operations will not be ever done, and you can relax your policies (but that still is a coding standard to be enforced, after all). The big problem with C++ is that is so complex that it requires huge coding standards that are really hard to enforce. Never seen them correctly enforced in any project, except for the most used, worldwide-shared libraries (math, memory, etc...).

March 28, 2008 at 2:08 PM

Comment deleted

This comment has been removed by a blog administrator.

June 21, 2010 at 8:58 AM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot