team1389 / ElectriScout-CLI

CLI-Based version of ElectriScout - Runs on Linux and any computer with the Bash shell
2 stars 0 forks source link

Rewrite in another language #2

Open ErikBoesen opened 6 years ago

ErikBoesen commented 6 years ago

I would recommend rewriting this in another language. Python would probably be my recommendation but any application programming language could work. Bash becomes hard to manage for large applications, and it's not a great idea to use it in cases where you don't need its helpful features.

This would help you easily be able to implement new features, like JSON-formatted output. I'll open more issues on those topics soon.