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
As a new reader, it's quite challenging to follow exactly how the code is organized and where to look. From my perspective, I think there are three sources of this:
Very flat code organizational structure.
main.rs doesn't have strong organizational principles.
Examples and introductory documentation are largely missing.
This isn't a huge problem at this stage, but will matter a lot more as you intend to share the code more widely :)
The text was updated successfully, but these errors were encountered:
As a new reader, it's quite challenging to follow exactly how the code is organized and where to look. From my perspective, I think there are three sources of this:
main.rs
doesn't have strong organizational principles.This isn't a huge problem at this stage, but will matter a lot more as you intend to share the code more widely :)
The text was updated successfully, but these errors were encountered: