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
I feel like the methods are now well written in the templates module.
Lots of methods are tied to paths, which does not let me unit test them.
Maybe some functions (or just one) like from_path should exist, and all the rest
should be handled by the template struct.
Beyond that, I think I need to organize the new select functions, add the core parts
as methods for the appropriate structs.
The text was updated successfully, but these errors were encountered:
I feel like the methods are now well written in the templates module.
Lots of methods are tied to paths, which does not let me unit test them.
Maybe some functions (or just one) like from_path should exist, and all the rest
should be handled by the template struct.
Beyond that, I think I need to organize the new select functions, add the core parts
as methods for the appropriate structs.
The text was updated successfully, but these errors were encountered: