Tagged Questions
12
votes
2answers
431 views
Build one to throw away vs Second-system effect
On one hand there is an advice that says "Build one to throw away". Only after finishing a software system and seeing the end product we realize what went wrong in the design phase and understand how ...
2
votes
3answers
170 views
A place for putting code samples in projects
Every now and then I get or write some minimal code samples to achieve tasks. What's the usual practice for storing these samples (which could prove useful later on) ? Have a separate source folder or ...
0
votes
4answers
232 views
Best Practices when extending a project
I have to extend a web application for a customer, there is no documentation of the current app, no analysis and even worse, there is no technical support or management. The client gives me a list of ...
5
votes
1answer
168 views
About compilers, coding, large code bases, and some other stuff too
This is not purely a programming question.
I work in a large company. We have lots of code written in C++ language:
Multiple simultaneous projects in progress and implementations that have to be ...