← Back to context

Comment by ldjb

9 years ago

Occasionally, the fault isn't even really in the code! I remember some years ago spending a very long time debugging some code for my school coursework with my teacher. The code looked perfectly fine, but it didn't work. The usual process of commenting parts out didn't work. We finally realised the code editor was inserting a byte order mark into the file which caused the problem.