Create an entry point to the system It is prevalent in programming to use Someone asked on Quora: "Why is the main function called the main function and not something else?"; the top answer reads: "A program has to have an entry point from where the execution gets started. This entry point has to be a function most of the times." "Since there are many functions in a typical program with well defined names, the function which is important for the execution to get started was given the name main function since it is the main function that helps getting things started." "There is no particular reason it is called main. It could've been called by any other name representing that its a central and mandatory function." "IMO main was the best term to represent it ... So main it is." Last look at how Merriam-Webster defines main:
Well, | Sun Mar 1 15:14:00 UTC 2020 | |
Keep system files in one place Historically, people tend to put their source code in the Instead of following with crypting nuances of historical baggage, I recommend to keep source files in the According to Merriam-Webster dictionary, system is:
... but also:
According to Oxford dictionary:
| Sun Mar 1 14:36:31 UTC 2020 |