Search Results

4
votes
8answers
752 views

Unit-testing private methods: Facade pattern

Lots of developers think that testing private methods is a bad idea. However, all examples I've found were based on the idea that private methods are private because calling them could break intern …
1
vote

What is the best way to share Delphi source files among projects?

I think no special solutions are required. In our project (several applications that share large areas of code) we use the following approach: Split source code to folders. C …