I don’t use Java these days, but stuff like ‘public static void main(String[] args)’ actually helped me as a novice programmer to understand the structure of these languages. Abstracting it away makes things less complicated to learn for newbies but in doing so they sort of learn less.
I don’t use Java these days, but stuff like ‘public static void main(String[] args)’ actually helped me as a novice programmer to understand the structure of these languages. Abstracting it away makes things less complicated to learn for newbies but in doing so they sort of learn less.