Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
iAmNaN71315yWriting well formed English sentences does not equate to good coding. In fact, you don't even have to speak or write English to write good code.
-
@iAmNaN but sticking to a proper form is part of writing good code.
Also, how come you don't need English and most popular programming languages use English keywords? -
-
iAmNaN71315y@rantsauce knowledge of a programming language doesn't equate to a knowledge of English, or vice versa. There are plenty of coders who don't speak much or any English, but write great code. Language ability doesn't equal coding ability. There are plenty of languages that don't even use English. ARLOGO, Chinese C++, and Ezhil are some examples.
-
C0D4681465yFor the same reason not all coders are gamers. Not all coders are artists, and not all coders are musicians - I may have 2/3 of these.
Yes there can be some overlap but there is no distinct correlation.
Writing code and sticking to standards is one thing, and depending on the language those standards can change somewhat. Then you have personal preference coming into play which deviates away from the coding style guides for your language. Which creates a new standard for your code base / project.
So at be end of the day, standards are not laws and people tend to not always follow them.
But as long as the project is in a single style then what's it matter? -
@iAmNaN Exactly. Maybe you can code in brainfuck but speak zero French. The two things have nothing to do with each other...
-
iAmNaN71315ySo, back to OP. Depending on how many years "loads and loads of years of experience" is, they would have learned to minimize spaces in their code, because disk space was extremely expensive, and so compact code was a must. Pretty code is a luxury we take for granted. Mustn't waste money on superfluous space usage. Having said that, there is still no correlation between writing English sentences and computer code.
-
@iAmNaN I’m gonna pretend like I even know how to compile that! 😃😃😂😂🤣
-
iAmNaN71315yFor those who are bored and want try it out, here is a brainfuck tutorial. It actually makes assembly look easy.
https://gist.github.com/roachhd/... -
You don't need to have great english skills to be a good programmer, but if you work somewhere where communication skills are crucial for development, and things you say or write down are ambiguous, then I don't think it would hurt to invest in reading/practicing some english on a daily basis to get better.
It'll make your life a lot easier if you can communicate well with people around you. -
ltlian21965yI always saw lack of space as a typo, but one of my eternal crusades are people who use spaces BEFORE punctuation ! What's going on in your brain ?
Lack of question marks gets me as well. That's where the discussion on professionalism ends and it actually starts to become an issue with interpretation. -
@leduyquang753 I personally don’t... because all the wanna be software engineers use it.. all those hipsters and script kittens no understanding of memory . Just use every api out there yep it’s bullshit... if your not using ASM, C or C++ ... all your doing is scripting really. No real sense of a physical product
Related Rants
I'm not being high and mighty but I wonder how come someone claims they have loads and loads of years of experience in software engineering and they cannot even write an English sentence with a space after each comma.
rant
spaces-come-after-commas
punctuation
programming