Thank you for the contribution. It has been approved.
Suggestions:
- this tutorial again barely qualified because, although the bash script itself is valid, it's useless because the command line has built-in mathematic operations via
bc
which works out of the box and far more advanced than your solution; - of course a tutorial is about explaining how an application / programming environment works, so in the case of bash / shell scripting you should explain the language syntax, built-in commands and code structure, via examples (such as building a simple calculator);
- so for your next tutorial, if you plan on publishing more on bash / shell scripting you need to improve:
=> I strongly suggest you write in English especially inside your bash code: I can auto-translate the article text to follow along but I'm having a hard time evaluating your Turkish code;
=> explain language constructs, based on an example task, but don't focus on the example task itself: teaching how to build "a very simple calculator" is unapprovable for the future, because there are millions of similar tutorials using the exact same programmatic concepts you could write that way, which I will not tolerate.
Good luck!
@scipio
You can contact us on Discord.
[utopian-moderator]
Thank you, I will consider the suggestions.