@reset naming convention
Hi,
If I understand well, the macro @reset is the equivalent of Setfield.@set!.
Why did you chose to remove the !
Thank you
I did not like @set! because the ! usually means mutation. But instead the macro rebinds the variable, without any mutation.
Also, I had some vague plans to use @set! for actual mutation, but that never happened so far.
I am asking this because I use a lot @set! in BifurcationKit and I am thinking moving to Accessors
See also this thread https://github.com/JuliaObjects/Accessors.jl/pull/93#discussion_r1152964082 for set!/reset discussion.