i didnt care about how i wrote my bash scripts, coz i know theyd ultimately be used just by myself. but for the past few day, i’ve been working on this project, mk-blog which uses some bash scripts, there are chances that others might look at them. besides in work they’re asking me maintain a server. so why not learn the standards. but i couldn’t find anything good online (i’m gonna blame my search engine lol). so…

i’d appreciate redirections to (official or community) bash coding standards

  • jbrains@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    I haven’t used it on a project for money, but I have some tests in shunit2 and that alone encourages me to extract code to functions.