Skip to content

Instantly share code, notes, and snippets.

View theonewolf's full-sized avatar

Wolfgang Richter theonewolf

View GitHub Profile
@theonewolf
theonewolf / README.md
Last active January 1, 2016 21:19 — forked from anonymous/README.md
  • Execute Java with something like: javac Test.java; java Test
  • The comments are valuable feedback in interpreting lines of Java code and understanding what they do
  • The output of the program discusses why certain things are occurring, and offers ideas on answering the question
  • My (attempt at a) final answer: This is just a defensive programming technique, meant for programmers. It doesn't technically do anything, and is just a "best practice" convention to follow when assigning values to float-typed variables