python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Proper naming conventions for a dictionary in Python
After having someone read through my code, I noticed they got confused by the name of a variable containing a dictionary. The variable was named after the purpose of the keys in the dictionary, not th...
R Z
Votes: 0
Answers: 3
What is the difference between suffixes Service, Manager, System?
I'm curious about the difference between Service, Manager and System.
All the time I tried to avoid such suffixes. But after I started working with MVC, I needed to create a separate class so as not t...
Eugenio Uglov
Votes: 0
Answers: 1
How to name classes and structures related to the same entity | Suffixes
Share your experience, please, what do you do when you want to set the names of class and structure the same noun? Or am I doing something wrong in my logic?
Thank you!
Eugenio Uglov
Votes: 0
Answers: 2
What does gcc -E option stand for?
According to gcc manual, the -E option only preprocesses the .c source file, without running the compiler and just giving an input file (.i). But what does the -E stand for?
Nicolas F
Votes: 0
Answers: 1