"Make small games" is NOT just beginner advice.
It is also one of the best commercial strategies for indie developers.
Yes, small games are great for learning. You will learn a lot more by finishing 10 small games than by endlessly working on one giant project that never
What is the difference between Action<float> and Func<float> ?
A) Both are the same
B) Action<float> takes float parameter and Func<float> returns float
C) Func<float> takes float parameter and Action<float> returns float
(answer in reply below)