Explore >> Select a destination


You are here

arne-mertz.de
| | www.marclittlemore.com
1.6 parsecs away

Travel
| | Unlock the secrets of high-quality unit testing. Discover how to write effective tests and improve your code quality.
| | scribe.rip
3.2 parsecs away

Travel
| |
| | enterprisecraftsmanship.com
4.4 parsecs away

Travel
| | Hard coding is often considered an anti-pattern. Having values that can change over time hard-coded in the source code requires recompilation every time these values actually change. While this statement is true, I think that hard coding should be the default choice when developing an application. Hard coding vs configuration file When you work on a project or feature, there always are some magic numbers or strings that potentially can change in future.
| | www.softdevtube.com
21.1 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