Posts by Roberto Carneiro • 1 point
2 posts
- 
		0 votes3 answers450 viewsA: Access modifier protectedThere are two things we can observe in your doubt: You want to access a field protected of a class. That’s a bad Smell that you’re using this class for a different purpose for which it was created.… 
- 
		-2 votes2 answers100 viewsA: How to search for a particular package by npm?Run the command below on the terminal: npm list | grep {pacote_desejado}