<Go Back

Here’s what i learned from todays reading

the reason some people use IDE’s compared to a basic text editor is an integrated environment gives you the ability to do everything in a single editor. for example, most if not all IDE’s contain debuggers which are crucial to any coder and help you solve flaws you may have in your code. it is very important to know what language you are coding in and what IDE you need in order to be successful.

terminal cheat sheet

$pwd : print working directory (current location)

$ls : list (this will list what is in your current directory)

$cd : change directory (this will let you move around in the system)

files cheat sheet

  1. .exe (an executable file, or program)
  2. .txt (a plain text file)
  3. .png, .gif, .jpg (an image)