Should we remove the restriction that all declarations must occur before any executable code?
On the one hand, no modern language has this restriction (including C); on the other hand it's something to check and implement/test.
Personally, I think we can remove the restriction
Should we remove the restriction that all declarations must occur before any executable code?
On the one hand, no modern language has this restriction (including C); on the other hand it's something to check and implement/test.
Personally, I think we can remove the restriction