Delphi is now owned by Embarcadero. It is not dead yet and quite active: they have 3 releases this year. The last release was at 1/June which is XE8 …
The FixInsight, as described in this article as well, is a delphi static code analyser that will find code violations in the project without compiling it. It enhances the …
I have signed-up bidvertiser ads (a Pay Per Click Ads serving company) in 2013. I have received 10$ revenue today, so that is only 10$ in two years! I …
With NCrunch, you can run unit tests continuously in background that will give you confidence when you change the source code. However, NCrunch does consume some CPU/IO resource because …
The company has purchased a https://www.ncrunch.net/ license for each C# developer. It is a Visual Studio plugin that runs the unit tests automatically. So unit tests will be checked …
A code repository should target ZERO warnings. The compiler warnings are there to warn you about the code quality and sometimes more serious issues. Half year ago, our code-base …