Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CODE == TEXT

Andy Barnov
September 28, 2019

CODE == TEXT

Are you insecure about your technical writing skills as a developer? Don't fret, if you write code (especially Ruby), you are the writer already.

Andy Barnov

September 28, 2019
Tweet

More Decks by Andy Barnov

Other Decks in Programming

Transcript

  1. RUBYRUSSIA 2019 progapandist @progapandist 8 we work with text files

    all day &' we make sure our code is readable and contains no errors we version text files we (mostly) don’t like to write in human languages We are developers
  2. RUBYRUSSIA 2019 progapandist @progapandist 9 we work with text files

    all day &' we make sure our text is readable and contains no errors we version text files we (mostly) don’t like to write in computer languages ) We are writers
  3. RUBYRUSSIA 2019 progapandist @progapandist 14 Code Text Linters Spell checkers

    Unit tests Style, paragraphs System tests Chapters, composition Manual tests, QA Editor-in-chief, your mom
  4. RUBYRUSSIA 2019 progapandist @progapandist 16 Ruby style Writing style Short

    lines Short sentences Short methods Short paragraphs Well-chosen names Well-chosen words Idioms (GitHub) Duh, idioms! (Literature)
  5. RUBYRUSSIA 2019 progapandist @progapandist 17 Junior developers Junior writers Read

    code before you write it! Read articles before you write them!