1 / 7

Productivity Tools

Productivity Tools. Ken Nguyen Department of Information Technology Clayton State University. Productivity Tools. Software products that provides Leverage the learning curve of programming Ease of programming Consistent formatting

woody
Download Presentation

Productivity Tools

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Productivity Tools Ken Nguyen Department of Information Technology Clayton State University

  2. Productivity Tools • Software products that provides • Leverage the learning curve of programming • Ease of programming • Consistent formatting • Ease of packaging and for archiving and product deployment • Quick access to reference and cross-reference • Error checking • Debugging tools Applied Computing

  3. Programming Generals • Converts source from human readable form to machine readable codes • Links machine codes with libraries • Result is an application in executable format C/C++ compilation process Applied Computing

  4. Integrated Development Environment • Target a programming language (may have plug-ins for other language) • Easy to manage large projects • Compiler and linker built in • Often include online syntax reference • More user friendly than command line Microsoft Visual Studio (IDE) Applied Computing

  5. Some popular IDEs • Microsoft Visual Studio • Apple Xcode • Netbeans [Free] http://netbeans.org/ • Eclipse [free]: http://eclipse.org/ • IntelliLIDEA [free]: http://www.jetbrains.com/idea/ • Komodo Edit [free]: http://www.activestate.com/komodo-edit Applied Computing

  6. Source Control Versions and Revisions • Allows • Track file changes over times • Collaboration between group members • Back up and restore • Sort term and long term undo • Track changes • Track ownerships • Sand-boxing • Branch and merge • More: http://betterexplained.com/articles/a-visual-guide-to-version-control/ Applied Computing

  7. Some Version Control Tools • Lingo: http://sourceforge.net/projects/lingo-cvs/ • AccuRev SCM, Bazaar, CVS, Git, GNU arch, Monotone, Visual SourceSafe • More: http://en.wikipedia.org/wiki/Comparison_of_revision_control_software From: http://www.infoq.com/resource/articles/agile-version-control/en/resources/image15.gif Applied Computing

More Related