Sunday, November 25, 2018

ide





 I - Integrated
D - Development
E - Environment




What is an IDE?

  • Software with useful functionalities for developers
  • Productivity tools to help with software development 
  • Has a graphical user interface workbench 
  • Is not a programming language



Why IDE?

  • Increases programmer productivity with..
  • Source code editor
  • File management
  • Debugger
  • Data structure browser like class browser and object browser 
  • Compiler or interpreter  







IDE Examples

  • Eclipse
  • Microsoft visual studio 
  • Xcode
  • Netbeans
  • IDLE
  • Web IDEs






Choosing The Right IDE

  • Support for your operating system
  • Support for your programming language(s)
  • Open source or commercial
  • IDE features





No comments:

Post a Comment

React React  is a JavaScript library for building user interfaces created by Facebook. It is maintained by Facebook and a community of...