August 14, 2015
This Week in Programming Gotchas
We all have those days where we spend hours trying to solve a seemingly simple problem only to smack ourselves in the head when we finally figure it out. Missing quotes, forgetting to flush a StreamWriter, etc. If only we could get back all the wasted time.
Well, this week I wrestled with more gotchas than usual. Below are the ones that burned most of my time.
Streams Don’t forget to flush a StreamWriter when you’re done.
Read more