wafer_map icon indicating copy to clipboard operation
wafer_map copied to clipboard

Get rid of the "wm_" prefix on module names... it was a stupid idea

Open dougthor42 opened this issue 5 years ago • 0 comments

I'm regretting the wm_ prefix on module names. I want to change things to:

  • wm_app -> app
  • wm_constants -> constants
  • wm_core -> panel, core (note this actually splits into 2 modules)
  • wm_frame -> frame
  • wm_info -> wafer_info
  • wm_legend -> legend
  • wm_utils -> utils

Of course, I'll need to keep the old names for backwards compatibility. I'll also have to mark them as pending deprecation.

dougthor42 avatar Oct 10 '18 15:10 dougthor42