Script Quote by Danapal
“Why did you write it in php?Not sure this quliifaes as a bash script as long as the whole thing is put in a .You can easily just rename the file and run in on a webpage.Should try doing it in actual bash, and not use another language hidden in a .sh script.”
About This Quote
Source Blog post, 2023
Critique of using PHP for a task better suited to Bash, urging proper language choice.
In simple terms: Use the right tool for the job.
Match language to task.
Themes
Mood
Type
When to use this quote
- web development
- system scripting
- automation
- devops
Key Concepts
Questions to Reflect On
- What criteria guide your language choice?
- How to refactor for clarity?
Legacy code can hinder efficiency.