7 ms·
I'm not sure if scripting can be consider programming. Excessive scripting means lack of software architecture, no to mention the least efficient way to work wi
by matobago 11y ago
I'm not sure if scripting can be consider programming. Excessive scripting means lack of software architecture, no to mention the least efficient way to work with the FS
- darkr 11y agoDepends on how you define scripting vs programming. I'd argue that you can "program" in a shell language; bash is Turing-complete after all. Whether doing so or not is a good idea is another question entirely..