6

I was making software for a small handheld RFID scanner that would read specific fields from the tags. Somehow one of the fields always missed the first byte. Given that I was new to working with C I thought it was my lack of skills in the language. Spent days searching my methods, trying to find my mistake. After day two I found out I was given the wrong address to read from, and that I had just wasted two days.

Comments
  • 1
    The good thing is that the next time you will find your mistake (or the lack of it) faster and easier , and the time after that , and its going on forever.
  • 0
    @jonisp1 if it will go on forever, will I then be able to see my mistake before I even start?
Add Comment