How to write a .MD file
How to write a .MD file
note: this article is more technical, as a practical implementation of the reflection Writing for ‘Future of Me’
General Writing
-
always use
GIT History
to track changes -
pay attention to how you write
Writing is read by humans, so writenaturally. - Indentation - Outline
Note: AI is very smart and understands
naturalwriting immediately and easily.
- SDR:
- Situation
- D {Define → Design → Document → Develop → Delivery}
- R {Result, Realistic}
- Too Few vs Too Much
❌ Too Few → Incomplete, not useful
❌ Too Much → Overwhelmed, information overload
✅ Pragmatic
- where possible, include these 3 things:
{Nice to have, but not always required — it can be boring}- Problem
- Solution
- Main Idea
## Problem and Solution
**Problem:**
- user wants to import data into Accurate
- Accurate has its own specific data format for each type of data
**Solution:**
- a step-by-step guide for importing data into Accurate
## Main Idea: prepare data in the correct Format, using Accurate's sample file
- Excel file from the User
- `Sample File` {_Excel Template file_} from Accurate
- Generate data (combination)
Technical Writing
Philosophy:
- the Pragmatic Programmer book
- Solve the problem
- Not Perfectionist
- avoid
Over Engineering - Good > Perfect
- Shipment {Delivery} the Result {writing,
Code, …}
- avoid
- CI / CD
- Continuous Improvement / Continuous Development
- step by step
- continuously {Continuous}
- SDR:
- Situation
- D {Define → Design → Document → Develop → Delivery}
- R {Result, Realistic}