🌐 How important is documentation to your coding process? Be honest, are you writing docs as you code or leaving it for later? 🤔
2
0
13
525
0
@acrosettdev Not leaving it for later, and not writing. I believe that clean code itself is a documentation. Well defined function names, class names, good folder structure is good enough.
@acrosettdev Not important except in few places in the code, it is better to leave some note. Write high level design document though. That's important.