Skip to content

Open-sourcing bf.style!

Latest
Compare
Choose a tag to compare
@aartaka aartaka released this 13 Mar 19:14
· 14 commits to master since this release

bf.style is the last word in Brainfuck programming style. It was extensively used in our Brainfuck Enterprise Solutions-internal projects and in those we've open-sourced. Now, we're thrilled to announce the open-sourcing of our style guide and the benefits if brings to Brainfuck programming community. Among those:

  • Clear indentation rules.
  • Abstraction tools conventions.
  • Style rules for all the scopes there may be in Brainfuck code:
    • Lines.
    • Blocks.
    • Control structures.
    • Functions.
    • Programs.
  • And clear instructions for what to do if these rules don't fit your use-case (spoiler: they do, just squint better).

Kudos to all those involved in the creation of these guidelines!