mirror of
				https://github.com/goldbergyoni/nodebestpractices.git
				synced 2025-10-31 17:47:26 +08:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @ -53,7 +53,11 @@ | |||||||
|  |  | ||||||
| <br/><br/> | <br/><br/> | ||||||
|  |  | ||||||
| ## <img style="float: right;margin-right:20px" src="src="/i0natan/nodebestpractices/raw/master/assets/images/checkmark-green-small.png"> 1.3 Wrap common utilities as NPM packages | ## {::nomarkdown} | ||||||
|  |  | ||||||
|  | <img style="float: right;margin-right:20px" src="src="/i0natan/nodebestpractices/raw/master/assets/images/checkmark-green-small.png"> | ||||||
|  |  | ||||||
|  | {:/} 1.3 Wrap common utilities as NPM packages | ||||||
|  |  | ||||||
| **TL;DR:** In a large app that constitues multiple code base, cross-cutting-conern utilities like logger, encryption and a like, should be wrapped by your own code and exposed as private NPM packages. This makes it shared among multiple code bases and projects | **TL;DR:** In a large app that constitues multiple code base, cross-cutting-conern utilities like logger, encryption and a like, should be wrapped by your own code and exposed as private NPM packages. This makes it shared among multiple code bases and projects | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Yoni Goldberg
					Yoni Goldberg