chore(devex): make code more consistent #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lots of bits and bobs are inconsistent throughout the codebase. Before a stable release, it is good to make them more consistent.
PUT
instead ofPOST
(most often in case of updating a record)web::scope
icw.route
)create consistent nesting for models, handlers, etc. now it's all over the placeOther suggestions welcome :)
crate::{1,2}
)