You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Lorin Beer (JIRA)" <ji...@apache.org> on 2014/04/16 19:20:18 UTC

[jira] [Updated] (CB-6453) [CLI] Experimental Refactor

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

Lorin Beer updated CB-6453:
---------------------------

    Description: 
[editing in progress]

I've started an experimental refactor of the Cordova CLI. This is to improve the overall code quality, and solve issues which face projects which consume Cordova CLI as a dependency.

The refactor will drastically change how the CLI operates internally, but will be backwards compatible and nonbreaking.

# goals

- improve project stability when used as a cli
- improve project stability when consumed as an api
- improve modularization of code
- non breaking

# architecture
currently:
# 
CDV. 
    BUILD
    CREATE
    ....
the goal
CLI
    cli/build
        cordova/build
    cli/create
        cordova/create
    ....
CDV.
    cordova/build
    cordova/create
    ....

# Current State
- cli/api functionality is jumbled together
- cannot include api functionality without pulling in cli
    

  was:
[editing in progress]

I've started an experimental refactor of the Cordova CLI. This is to improve the overall code quality, and solve issues which face projects which consume Cordova CLI as a dependency.

The refactor will drastically change how the CLI operates internally, but will be backwards compatible and nonbreaking.

# goals

- improve project stability when used as a cli
- improve project stability when consumed as an api
- improve modularization of code
- non breaking

# architecture
currently:
# 
CDV. 
    BUILD
    CREATE
    ....
the goal
CLI
    CDV
CDV.
    BUILD
    CREATE
    ....


    


> [CLI] Experimental Refactor
> ---------------------------
>
>                 Key: CB-6453
>                 URL: https://issues.apache.org/jira/browse/CB-6453
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CLI
>            Reporter: Lorin Beer
>            Assignee: Lorin Beer
>              Labels: experimental, proof-of-concept
>
> [editing in progress]
> I've started an experimental refactor of the Cordova CLI. This is to improve the overall code quality, and solve issues which face projects which consume Cordova CLI as a dependency.
> The refactor will drastically change how the CLI operates internally, but will be backwards compatible and nonbreaking.
> # goals
> - improve project stability when used as a cli
> - improve project stability when consumed as an api
> - improve modularization of code
> - non breaking
> # architecture
> currently:
> # 
> CDV. 
>     BUILD
>     CREATE
>     ....
> the goal
> CLI
>     cli/build
>         cordova/build
>     cli/create
>         cordova/create
>     ....
> CDV.
>     cordova/build
>     cordova/create
>     ....
> # Current State
> - cli/api functionality is jumbled together
> - cannot include api functionality without pulling in cli
>     



--
This message was sent by Atlassian JIRA
(v6.2#6252)