tw² DevDocs

Technical Writing Sandbox

Not much to see here--just some artifacts of a software engineer's learning journey to improve their technical writing skills.

This is a static site/repository to:

const writeBetterDocs = (mediocre) => {
return mediocre
.read(books)
.attend(classes)
.lint(prose)
.with(styleguides)
.practice(writing)
.practice(writing)
.practice(writing)
.then(() => {
return 'Clear and precise documentation!'
})
}