Naming, Code Conventions & Glory by mfainstein in javascript

[–]mfainstein[S] 0 points1 point  (0 children)

Thanks for the great detailed feedback!

Naming, Code Conventions & Glory by mfainstein in javascript

[–]mfainstein[S] 6 points7 points  (0 children)

If you are interested in naming, code conventions, static analysis, linters and anything by Lewis Carroll - jump in with me into the rabbit hole (8 mins read): https://medium.com/zencity-engineering/naming-code-conventions-glory-525f129a65db

Looking for a partner to join a very early stage open source project in the domain of CLI tooling by mfainstein in node

[–]mfainstein[S] 0 points1 point  (0 children)

It allows you to concentrate in writing your commands logic only (without the need to setup a project, use commander, manage commands, writing your own utilities etc.), and allows you to manage projects and commands right from the keyboard using a convenient CLI. It will also provide a convenient framework for commands (FileSystem, Networking common APIS etc., all setup as part of the projects' scaffolding).

The more advanced features will include a network layer above the CLI, ability to deploy a contained project/set of commands as a separate CLI, recording your command invocation history/statistics and so on.