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

Brad Schoening updated CASSANDRA-18914:
---------------------------------------
    Summary: Refactor and separate CQLSH 'Shell' repl class  (was: Refactor and 
separate CQLSH 'Shell' class)

> Refactor and separate CQLSH 'Shell' repl class
> ----------------------------------------------
>
>                 Key: CASSANDRA-18914
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18914
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CQL/Interpreter
>            Reporter: Brad Schoening
>            Priority: Normal
>
> CQSH's core Read-Eval-Print-Loop (REPL) implements the Python stdlib *Cmd* 
> framework for writing line-oriented command interpreters. While its a 
> subclass of Lib/cmd.py, its currently commingled with command line parsing 
> into a jumbo cqlshmain.py file.
> This Jira will separate the definition class Shell (inherited from cmd.Cmd) 
> into its own class file.
> Benefits:
>  * size - excessively large files can be ugly, and cqlshmain is almost 2400 
> lines.
>  * separation of concerns - argument parsing and interactive interpreters are 
> very different responsibilities. Code is improved and more reusable when 
> unrelated behavior is in separate source file.
>  * clarity - reading cqlshmain, its currently not obvious that 75% of the 
> code is implementing interfaces in the cmd.Cmd library class. There is 
> currently no class comment explaining how the Shell class is implemented.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to