bradleyjkemp / memviz

Visualize your Go data structures using graphviz
MIT License
1.3k stars 51 forks source link

Choose a less ambiguous name? #17

Closed bradleyjkemp closed 6 years ago

bradleyjkemp commented 6 years ago

It's been pointed out that memmap already has a conflicting meaning. Creating this ticket to guage reaction and vote on suggestions. Should the name be changed? Suggestions welcome.

bradleyjkemp commented 6 years ago

Visualization is a better analogy than mapping so: memvis?

(structvis also suggested but "struct" is again ambiguous)

wader commented 6 years ago

memviz if you want to play on the z in graphviz

bradleyjkemp commented 6 years ago

Ok, plan of action for the rename:

  1. Rename Github repo
  2. Run tests and merge #23. This includes an import comment which will prevent users from cloning the repo under the old name (which wouldn't work because the import paths would be wrong)
  3. Hope this doesn't break too many people 🙏
wader commented 6 years ago

🎉