Compare commits

..

No commits in common. 'e678a23c0e9217acd305ef738ec5304373c2d92f' and '086c630cbc26e11ebb59046691b39a335f38850f' have entirely different histories.

  1. 9
      style_guide.md

9
style_guide.md

@ -2,8 +2,6 @@
This script is a style guide for the ao-bash / ao-mud project and is not meant to be run. Please examine the file in a text editor. This script is a style guide for the ao-bash / ao-mud project and is not meant to be run. Please examine the file in a text editor.
This file represents the current moment of consensus for best practices or de facto policy for the ao-bash / ao-mud project. Please don't take it as the final word; if you would like to critique or improve this document and the best practices it contains, please do so.
# File Extensions # File Extensions
Name scripts in the ao-bash suite without the `.sh` file extension. (Reason: When folders of ao-bash spells are added to the $PATH directory, the scripts can simply be called by name, without having to type `.sh` every time.) Name scripts in the ao-bash suite without the `.sh` file extension. (Reason: When folders of ao-bash spells are added to the $PATH directory, the scripts can simply be called by name, without having to type `.sh` every time.)
@ -24,10 +22,3 @@ Name scripts in the ao-bash suite without the `.sh` file extension. (Reason: Whe
```ask_yn "Would you like a treatment?" Y``` ```ask_yn "Would you like a treatment?" Y```
# Style References
These projects and links provide a reference for the overall aesthetic approach of this project:
- [An App Can Be a Home-Cooked Meal](https://www.robinsloan.com/notes/home-cooked-app/)
- [ao-3](https://github.com/autonomousorganization/ao-3) and [ao-react](https://github.com/coalition-of-invisible-colleges/ao-react/)
- [multiverse.plus](https://multiverse.plus/home)
Loading…
Cancel
Save