Explore >> Select a destination


You are here

putridparrot.com
| | vladivanov.me
10.0 parsecs away

Travel
| | What are modular systems in JavaScript? Why are there so many? What problems can arise from this and how can they be solved? And what to choose in 2023? I'll tell in this article.
| | www.tsmean.com
11.4 parsecs away

Travel
| | What does the module option in the TypeScript compiler options do exactly? Learn what CommonJS, AMD or ES6 actually do.
| | www.typescriptlang.org
13.5 parsecs away

Travel
| | From allowJs to useDefineForClassFields the TSConfig reference includes information about all of the active compiler flags setting up a TypeScript project.
| | enterprisecraftsmanship.com
76.5 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.