0
MLPops
245d

I swear some people code too much because they dont want to write some bash nor bother with the posix way of piping everything together.

Comments
  • 1
  • 0
    I kind of get what you mean. I know a guy who starts his Laravel code with `shell_exec()` function meaning he uses the OS's functions to get the tasks done and it's so much better to use.

    That's where he starts so imagine how far his imagination goes.
  • 1
    @Lensflare as in, we need to automate lots of stuff. Everything is done in python, rather than leveraging CLI tools that pipe everything together.
  • 0
Add Comment