Explore >> Select a destination


You are here

hadihariri.com
| | blog.jak-linux.org
12.8 parsecs away

Travel
| | In the past weeks, I was looking at several build systems. As it turned out, there is not a single sane generic build system out there. Autotools: Autotools are ugly, slow, and require an immense amount of code copies in the source tree. WAF: WAF is not as ugly as autools and it's faster and does not generate Makefiles or stuff like this. But it has serious issues: It requires one to copy it to the source tarball, has no stable API, and requires Python for building. Furthermore, support for unit testing is broken: It runs the unit tests, but does not abort the build process if the tests fail and does not display why the tests fail.
| | anthonysciamanna.com
12.9 parsecs away

Travel
| | People conflating tools with practices is a common problem that I have frequently encountered in my career. Unfortunately, despite what some of these tool...
| | enterprisecraftsmanship.com
8.6 parsecs away

Travel
| | My new online training course about Encapsulating EF Core Usagewent live.
| | www.softdevtube.com
47.4 parsecs away

Travel
| The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a