👩💻 Join our community of thousands of amazing developers!
Some collected thoughts and ideas around applying a functional approach to writing and maintaining documentation, especially for design systems. In programming, you have these things called functions. Functions are chunks of code, typically identified by name. How you write functions varies between programming languages but why you write them does not. Functions define code you can recall and reuse. They stop you repeating yourself. Any code that isn’t functional is only used in one place, at o...