+ 12
IDE,FRAMEWORK,LIBRARY
What are the differences between IDE ,FRAMEWORK and LIBRARY
1 Réponse
0
IDE = Integrated Development Environment (Supervitaminated Editor 😉). Eg: emacs, VsCode, IntelliJ, Android Studio...
FRAMEWORK = A bunch of related libraries to simplify development with software patterns. Eg: Spring, Laravel, Symphony...
LIBRARY = a collection of resources implementing some problem exposing the implementation with some public interface (API)