-
Notifications
You must be signed in to change notification settings - Fork 3
Description
In #3 there was some discussion of naming of modules - moving discussion to separate issue.
Original point by @seanrmurphy:
"Note that I decided to modify package names in my fork - I did not like the fact that the original
repo contained an elem package which had a clash with the vecty package of the same name (obviously); I also introduced the svgtypes package as the home for these higher level abstractions."
Response by @nathanhack
"Starting from the top, to comment on the package naming. One of my hopes is this repo be the testing ground for SVG in vecty and eventually some form of it merged into vecty. At which point the names of the packages will most likely change. Until then I wanted to keep them inline with svg type. One of the nice things about golang is the aliasing, so users can rename the package to what ever they want in their programs. Hopefully that help explain what I did and mostly why :-). That said, I'm not completely married to package names or directory structure. Any thoughts on the topic are welcomed, especially when it makes for more readable code."