Refactor Visual Studio Add-in to some more developer-friendlyness
-----------------------------------------------------------------
Key: NPANDAY-479
URL: https://issues.apache.org/jira/browse/NPANDAY-479
Project: NPanday
Issue Type: Improvement
Components: Visual Studio Add-in
Reporter: Lars Corneliussen
Assignee: Lars Corneliussen
Fix For: 1.4.1-incubating
The Addin code is a three-files-monster. For the sake of maintainability and
testability it needs to be refactored a bit.
# Introduce the command pattern (One class per Command)
# Make commands call other commands
# Factor out event-receivers in one class each
# ...
I also use it to learn to understand the Addin code.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira