You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For simplicity we'll probably require that all loops be Onymous to start, but in the future we could make it so that only broken loops are required to be Onymous.
Naming could be automated by using the name of the variable in the loop (iFor, jFor, fooFor). Minifiers could remove it when not used, of course.
For simplicity we'll probably require that all loops be Onymous to start, but in the future we could make it so that only broken loops are required to be Onymous.
Naming could be automated by using the name of the variable in the loop (
iFor
,jFor
,fooFor
). Minifiers could remove it when not used, of course.Bad Example
Good Example
The text was updated successfully, but these errors were encountered: