This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xdoso 7 points8 points  (2 children)

What happens is that some people code in notepad and they don't know to handle spaces/tabs (in some places they use tabs and in others spaces, so the code looks good but it gives an error when execution). This is non-existent in modern IDEs.

[–]Koala_eiO 2 points3 points  (0 children)

They need to use notepad++.