Do you talk Code to yourself?

Posts 15 of 5 · Page 1 of 1
Do you talk Code to yourself?
You know when you are coding and get an error or something. Do you talk code to yourself?
r u bein srs m8

how dafuk wud u even pornounc
Code:
x=x<0?-x:x>w?2*w-x:x;
ascii symbols r not fonetic, m8
hmm for now didn't needed to do it cos most of errors are { or } missing or undefined feature etc not something so much hard, it's more when your tool doesn't works that you're thinking on the code
Sometimes when working on a project for a few hours and my eyes start to fade i sometimes speak what im typing out in c++ to help evaluate what point im at and whats next so i can type faster.
Other than the English, logical syntax such as "if-else" kind of shit, I have no idea why anyone would "talk code". Sure, sometimes I run through logic in my head or even out loud when reviewing a section of code, but I translate it into English rather than just quoting it verbatim (i.e iterate over this collection, increase the counter each iteration and execute function "x"). I'm not sure how anyone would benefit from just reading code out loud.
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?