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
Adding foreach as a class will let us test it exhaustively and also test their use. So reducing tests and increasing coverage. It also could allow us to save the loop state so that we could restart the application after a non planned reboot.
Examples:
I want to execute a function for each room in my house
I would like to write "house.forEach('rooms', function(){...})"
Rules:
Allow executing functions for each element in a list property
Doubts:
Developer Notes:
This will let us improve the performance by loading just the elements to be used, caching... in the state implementation.
The text was updated successfully, but these errors were encountered: