Funny Mistakes You Normally Make While Writing Programs - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Funny Mistakes You Normally Make While Writing Programs (440 Views)
| Funny Mistakes You Normally Make While Writing Programs by logicDcoder(op): 2:50pm On Dec 03, 2020*. Modified: 10:05pm On Oct 25, 2024 |
Mine is that I normally forget to terminate some statements (I use syntactically written languages(Java, C++ etc.) not dynamically written ones(Python, kotlin etc.)) and also if I want to compile a program using PowerShell I often use backward slashes instead of forward slashes while inputting the program's directory. The latter made me debug a bugless code for over one hour *laughs* trying to find something that's not there. I later found out that I used backward slashes (Even though I was facially happy but deep inside I was filled with anger). Share Yours!
|
| Re: Funny Mistakes You Normally Make While Writing Programs by cixak95211: 4:54pm On Dec 03, 2020 |
lol . . funny but you should learn to use a debugger instead of having to manually screen every line trying to find where you did a typo or didn't add a terminator . . . |
| Re: Funny Mistakes You Normally Make While Writing Programs by parkervero(m): 5:44pm On Dec 03, 2020 |
If you code in java your IDE should warn you na. All the 3 major java IDEs will warn you of missing semi colon( ![]() |
| Re: Funny Mistakes You Normally Make While Writing Programs by Karleb(m): 5:47pm On Dec 03, 2020 |
parkervero:IDE will spoil you. ![]() IDE be like, you declared a variable but didn't use it. |
| Re: Funny Mistakes You Normally Make While Writing Programs by parkervero(m): 5:57pm On Dec 03, 2020 |
Karleb:Not people like me that still code using text editor. But IDE make debugging easier. |
| Re: Funny Mistakes You Normally Make While Writing Programs by logicDcoder(op): 10:27pm On Dec 03, 2020 |
cixak95211:I don't know how to use debuggers |
| Re: Funny Mistakes You Normally Make While Writing Programs by logicDcoder(op): 10:30pm On Dec 03, 2020 |
parkervero:IDE reports common syntax errors but not all ooo |
We Should Start Writing Programs In Our Indigenous Languages ? • Mistakes Programmers Make While Starting • How Do You Write Programs With Your Mobile Phone • 2 • 3 • 4
Help I Have This Problem In My Create-react-app (ON- Save) • 3 Major Security Weaknesses Cherished By Hackers • Developers Wanted!!!!!!!!

