+ 12

IDE,FRAMEWORK,LIBRARY

What are the differences between IDE ,FRAMEWORK and LIBRARY

3rd Jul 2020, 8:07 PM
Ndeanaefo Chidalu
Ndeanaefo Chidalu - avatar
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)
30th Dec 2020, 2:23 AM
David Ordás
David Ordás - avatar