exercism / cairo

Exercism exercises in Cairo.
https://exercism.org/tracks/cairo
MIT License
5 stars 10 forks source link

Write the "Mutability" concept #54

Closed 0xNeshi closed 1 month ago

0xNeshi commented 3 months ago

Official docs: https://book.cairo-lang.org/ch02-01-variables-and-mutability.html


Exercism Concepts docs: https://exercism.org/docs/building/tracks/concepts

Use Rust track's "Mutability" concept as inspiration for format: https://github.com/exercism/rust/tree/main/concepts/mutability

okhaimie-dev commented 2 months ago

@misicnenad can you assign this to me next

0xNeshi commented 2 months ago

@okhaimie-dev sure thing! Will assign you once Structs concept work is finished. Do note that the issue can still be picked up by other devs if they ask for it before you're done with structs

EDIT: just saw that your Structs PR is ready for review, assigning you to do this to work on while I review

okhaimie-dev commented 2 months ago

qq @misicnenad just to clarify this section is on general Cairo mutability, and not related to State Mutability in Starknet contracts?

re: https://starknet-by-example.voyager.online/getting-started/basics/visibility-mutability.html#state-mutability

0xNeshi commented 2 months ago

That is correct, we are focusing solely on Cairo