Some Delphi libraries and ideas you should take a look at (link clearance)
Posted by jpluimers on 2013/03/28
There are a couple of very interesting libraries and ideas every Delphi developer should take a look at.
The list is far from complete, but should give you a good overview on what more recent Delphi language additions like attributes, generics, helpers, overloading, are capable of.
- Multi threading:
- Unit testing, mocking
- VSoftTechnologies/Delphi-Mocks · GitHub.
- DUNIT: An Xtreme testing framework for Delphi programs.
- DUnit2.
- Unit Testing light in Delphi – Synopse.
- OpenCTF – component test framework | Free Development software downloads at SourceForge.net.
- Single-source unit tests for Free Pascal and Delphi – Stack Overflow.
- Dependency injection
- ORM (Object Relational Mapping) / OPF(Object Persistence Framework)
- Base / Data Binding
- …
–jeroen
Roman said
Please, take a look also “Cromis Threading”: http://www.cromis.net/blog/downloads/
simple and handy pool threading library.
jpluimers said
Thanks!
ObjectMethodology.com said
Hey nice list, thx.