lula
lula copied to clipboard
Review logical boundaries for packages
As the code-base continues to grow - the boundaries between functions should begin to firm - and with that understanding where transient data should be generic vs specific.
Investigate transient data and assumptions made for function inputs/outputs across the codebase to better establish when a package should be passing a generic type vs a specific/assumed type.