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
Currently in this track accumulate is deprecated, strain is active and list-ops has not been implemented.
There has been some recent discussion about this here
The main points being:
Although list operations such as map, filter and reduce are actively discouraged in Go, it is still considered a beneficial learning exercise to implement them, though for a specific type rather than generically.
The suggestion that this track un-deprecate accumulate, until list-ops is added. If list-ops will be added within the next few days, then there's no point in adding the churn, but if it will be a while in coming, why not show accumulate?
I'd like to implement the list-ops exercise but realistically am not going to within the next few days. Please don't take this as my calling dibs on the exercise, I am sure others would probably implement it better than me and from my point of view it would be an opportunity for learning rather than a doubling of efforts.
So, until list-ops is implemented do we:
deprecate strain and un-deprecate accumulate
leave strain and un-deprecate accumulate
leave both as is until list-ops is implemented and then deprecate strain
The text was updated successfully, but these errors were encountered:
accumulate
&strain
are to be deprecated across the exercism curriculum, in favour of thelist-ops
exercise:exercism/java#297
exercism/problem-specifications#553 (comment)
exercism/problem-specifications#588 (comment)
Currently in this track
accumulate
is deprecated,strain
is active andlist-ops
has not been implemented.There has been some recent discussion about this here
The main points being:
accumulate
, untillist-ops
is added. If list-ops will be added within the next few days, then there's no point in adding the churn, but if it will be a while in coming, why not show accumulate?I'd like to implement the
list-ops
exercise but realistically am not going to within the next few days. Please don't take this as my calling dibs on the exercise, I am sure others would probably implement it better than me and from my point of view it would be an opportunity for learning rather than a doubling of efforts.So, until
list-ops
is implemented do we:strain
and un-deprecateaccumulate
strain
and un-deprecateaccumulate
list-ops
is implemented and then deprecatestrain
The text was updated successfully, but these errors were encountered: