Skip to content
#

dependency-injection

Here are 3,956 public repositories matching this topic...

rogpeppe
rogpeppe commented May 25, 2019

One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When wire.Value is used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c

enhancement good first issue
loopback-next
tsed

📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.

  • Updated May 19, 2022
  • TypeScript
LoicPoullain
LoicPoullain commented Feb 21, 2022

This is an idea that was suggested by someone in the 2021 FoalTS survey.

Many people go to the gothinkster organization to see how to build real world applications. But an example is missing for FoalTS there. Maybe someone (or several people) would be interested in suggesting something on this side? 🙂

There is no need to be an expert on Foal to take this card. Anyone can contribute. And, i

Improve this page

Add a description, image, and links to the dependency-injection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dependency-injection topic, visit your repo's landing page and select "manage topics."

Learn more