Split module name
#1194
pkuczynski
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
I would move the firstName and lastName method to the person module as well effectively renaming the name module to person. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Module
namecurrently includes things not related tonamelikegenderandjob*.Proposal:
move
genderto apersonmodule. Why: this module could be later on extended with things likeheight,eyes, etc.move
job*to a dedicated module:simplify
namemodule methods (optional)Beta Was this translation helpful? Give feedback.
All reactions