Skip to content

boeschenstein/definition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Definitions

Dependency Injection

To instanciate a service, you should never do this manually (with new). You better have your service instanciated automatically. You'll find a lot of reasons when you read about Clean Code

Monorepo

Manfred Steyer:

  • C# developer use monorepos all the time: a solution is a monorepo. Advantages: no version issues between libraries.
  • Angular: see nx from nrwl.

What is a service

This is a more sophisticated term for a simple class. This term was invented to confuse people.

About

Basic Definitions (Service, DI, monorepo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published