-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: implement remove_item_from_list/3
function
#422
Labels
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
priority-1
Highest priority issue. This is costing us money every minute that passes.
T25m
Time Estimate 25 Minutes
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Comments
nelsonic
added
enhancement
New feature or enhancement of existing functionality
T25m
Time Estimate 25 Minutes
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
priority-1
Highest priority issue. This is costing us money every minute that passes.
elixir
Pull requests that update Elixir code
labels
Sep 13, 2023
Quick side-quest: dwyl/useful#55 |
2 tasks
nelsonic
added a commit
that referenced
this issue
Sep 14, 2023
nelsonic
added a commit
that referenced
this issue
Sep 14, 2023
…item_from_list/2 ref: dwyl/useful#55 (comment)
nelsonic
added a commit
that referenced
this issue
Sep 14, 2023
…eful.remove_item_from_list/2 ref: dwyl/useful#55
nelsonic
added a commit
to dwyl/book
that referenced
this issue
Sep 14, 2023
Easy: Lines 188 to 198 in f212cd5
Documented in: mvp/19-add-item-to-list.md#remove-item-from-list Published at: https://dwyl.github.io/book/mvp/19-add-item-to-list.html |
Included in #165 |
This was referenced Sep 16, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
priority-1
Highest priority issue. This is costing us money every minute that passes.
T25m
Time Estimate 25 Minutes
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
As outlined in #420 we already have a simple way to
add
anitem
to alist
:mvp/lib/app/list.ex
Lines 149 to 154 in b8aee0e
need a way of removing an
item
from thelist
so that we can easily move theitem
to a differentlist
.Todo
remove_item_from_list/3
🧪remove_item_from_list/3
function to pass tests 🧑💻/book
📘The text was updated successfully, but these errors were encountered: