[ 
https://issues.apache.org/jira/browse/NPANDAY-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars Corneliussen updated NPANDAY-479:
--------------------------------------

    Description: 
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
 # (/) Create a Debug-output pane for SNAPSHOTS 
 # Refactor all Console.WriteLines and OutputPane.OutputString to use the 
logger (which writes to the Output pane) 
 # ...

I also use it to learn to understand the Addin code.

  was:
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.

    
> 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
>  # (/) Create a Debug-output pane for SNAPSHOTS 
>  # Refactor all Console.WriteLines and OutputPane.OutputString to use the 
> logger (which writes to the Output pane) 
>  # ...
> 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

        

Reply via email to