ProgrammingTools

Revision as of 21:35, 12 May 2021 by H.wolff (talk | contribs) (Created page with "While you can write code with a simple text editor, there are many tools that make programming far easier, faster, and more reliable. == Online Resources == === Stack Overfl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

While you can write code with a simple text editor, there are many tools that make programming far easier, faster, and more reliable.

Online Resources

Stack Overflow

Version Control

Version control is used to keep a history of how your code changed during its development. Only the shortest of programs can be written in a single session focussed on the program itself.

If the program gets only a little bit more complex,

Git

Beginner

Intermediate

Subversion

Integrated Development Environments (IDE)

Visual Studio Code

Atom

<references />