Relative Content

Tag Archive for project

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 create a separate project ?

Depending on fixed version of a library and ignore its updates

I was talking to a technical boss yesterday. Its about a project in C++ that depends on opencv and he wanted to include a specific opencv version into the svn and keep using this version ignoring any updates which I disagreed with.We had a heated discussion about that.

Is SOA an Utopia? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

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 we should have really done it.