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 ?
Starting a new project and need ideas for handling Phishing/Brute Force attacks AND Logging access [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I’m starting a brand new project. The main […]
How much more should I charge for freelance project source code? [closed]
Closed 9 years ago.
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 […]
Releasing Mobile Application under multiple platforms, same time or?
I’ve always had this idea circling around until I am facing this issue.
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.
Project Dashboards [closed]
Closed 9 years ago.
Why would companies allow these practices? [closed]
Closed 10 years ago.
Is looking at random code snippets useful to quickly determine the quality of a project?
To get an idea of the quality of a project that I’ve never seen before (usually open source projects that I’m considering whether or not to use), I often start by opening random files and eyeballing fine details of the code.