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
The positional parameters to Member's init are long and ugly. As @aschrab suggested in his comment on #7, we should either instantiate using a dict, or create it empty and populate it field-by-field. I'm leaning toward the latter approach at present, but we'll see after some code.
The text was updated successfully, but these errors were encountered:
So far, it's testing well. The code looks a good bit cleaner, and feels a lot less fragile.
So far there's some unit testing in place, and I've done some testing in my home environment. I want to give it another once-over before putting in a pull request or merging.
The positional parameters to Member's init are long and ugly. As @aschrab suggested in his comment on #7, we should either instantiate using a dict, or create it empty and populate it field-by-field. I'm leaning toward the latter approach at present, but we'll see after some code.
The text was updated successfully, but these errors were encountered: