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
It could be a good idea to have logs on iterables.
For example, we could have the equivalent of #do:displayingProgress: or better, we could have a logger that log each time we pass a certain percentage of the collection size.
For example, if the collection has 1000 elements and we set the ratio at 5%, it will log each time 50 elements are iterated over.
The text was updated successfully, but these errors were encountered:
It could be a good idea to have logs on iterables.
For example, we could have the equivalent of #do:displayingProgress: or better, we could have a logger that log each time we pass a certain percentage of the collection size.
For example, if the collection has 1000 elements and we set the ratio at 5%, it will log each time 50 elements are iterated over.
The text was updated successfully, but these errors were encountered: