What are the common things that each programming language must have? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

What are the common things that each programming language must have?

By learning common things first it becomes easier to navigate through all programming languages

3rd Sep 2018, 5:13 PM
Timoth Mkilima
8 Antworten
+ 4
Comments, Logging, Best Practices and Logical Structure. Easy to read code with comments from the developer make the code easier to troubleshoot. They also make the code easier to build upon and add additional features and such in the future. Logging also helps with fault isolation, in the event the program breaks and it helps others apply patches. Lastly, Logical Structure and Best Practices go hand in hand. All of these areas are anecdotal. However, they keep future operations, feature addition and optimizations in mind.
3rd Sep 2018, 5:29 PM
Steven M
Steven M - avatar
+ 2
Datatypes, operators, functions, control structures, error management. 💗 🙆‍♂️🤗
5th Sep 2018, 3:04 AM
NimWing Yuan
NimWing Yuan - avatar
+ 2
Sri Raman Prasad I believe there are lots of similarities and commonalities with various programming languages. Most answers provided here are anecdotal or personal preference, mine included. However, there is no argument that brilliance in the basics will prove to be the most advantageous across all programming languages. On the other hand, the most disadvantageous a person can do is "go through the motions" or to do something believing it is not important.
5th Sep 2018, 1:18 PM
Steven M
Steven M - avatar
+ 2
Steven M I agree bro
5th Sep 2018, 1:20 PM
Sri Raman Prasad
+ 1
a programmer, code, compiler, advice from other coders, burning desire to solve puzzles beautifully
4th Sep 2018, 3:01 AM
David F. Rose
David F. Rose - avatar
+ 1
loops , conditional statements, jump statements & operators are the most common stuff in all programming languages. I don't know but data types may be common for some languages.
4th Sep 2018, 11:39 AM
BALA KUMARAN J
BALA KUMARAN J - avatar
+ 1
lots of practice
4th Sep 2018, 12:07 PM
Aarav Raj
Aarav Raj - avatar
+ 1
#basics,syntax,Precedence,loops,comments, but for this we need #patience,logical thinking, common sense.... #but for this first have note and a pen NimWing Yuan Aarav Raj Jay Matthews Steven M David F. Rosenheim Bala Kumaran am I right?
5th Sep 2018, 1:00 PM
Sri Raman Prasad