Freitag Software
The Joy of Writing Software
  • Home
    • Links
  • My Software
    • JavaScript Programs >
      • Dots
      • The Code Cracker
      • The Deserted Ship
      • Flying Text
    • Java Programs >
      • Dot Animation
      • Operation Rescue >
        • Mazes for Programmers
      • Battleship!
      • Blackjack
      • Draw Poker
      • State Pattern Demo
      • Falling Blocks
    • Android Programs >
      • The Oracle
      • RPSLS
      • Gemini Falcon: Asteroid Miner
      • Gemini Falcon: All Boxed In >
        • Gemini Falcon >
          • Privacy Policy
          • A Game Oddity
      • Ay Caramba
      • Dots vs Dots
      • Ants vs Ants
    • Twine Stories
  • Random Thoughts
  • Book Reviews
  • Teaching
    • Real-Life Stories
    • Flying Text
  • About
    • Contact

Embarrassing  Things I've Done

6/18/2014

 
Here are some embarrassing things I've done related to programming...
  • I was tired and forgot that the For / Next loop in java is a 'while the variable' type of loop and not a 'until the variable' loop. I spent more than an hour debugging this when a nap would have resulted in finding the problem immediately. Sometimes a rested mind is more important than plugging away at a problem that I know should be easy to find.  
  • Not backing up something and losing some work. I seem to have to relearn this every couple of years. 
  • Forgetting to copy a file to the Assets folder and wondering why my change was not working. I took a break for dinner and realized the problem in mid-chew. 
  • Forgetting the format of some simple code statement. That's why I have reference books close by. A waste is a terrible thing to mind. 
  • Trying to show someone the results of hours of coding when they couldn't care less. 
  • Trying to explain to a non-programmer the cool piece of code I've written and how it blah, blah, blah. They don't care. 
  • Telling my wife it's done, finished, complete. And then finding a bug when I'm proudly showing it to her. Arrrrg! 
  • Spent 5 hours re-installing Eclipse, the Android SDK, and a bunch of drivers, and finally discovering that a recent upgrade to my phone tuned off Developer Mode and the USB access between the phone and my computer. This is something to check if it appears Eclipse can't find your phone through the USB connection. 

Comments are closed.

    Author

    David Freitag - 
    Someone who enjoys programming and software development.

    Archives

    January 2018
    December 2016
    November 2016
    September 2016
    August 2016
    May 2016
    January 2016
    December 2015
    May 2015
    January 2015
    December 2014
    November 2014
    October 2014
    July 2014
    June 2014
    April 2014
    March 2014

    Categories

    All

    RSS Feed

This website documents my love of programming.  I hope it is useful and entertaining for you to read. 
An old programmer learning new tricks... 
(c) 2017 David A. Freitag, all rights reserved.