remove title from post markdown
Some checks failed
/ Deploy website to server (push) Has been cancelled

This commit is contained in:
2025-05-05 20:52:50 +01:00
parent f190d3fb33
commit 76fbc4f439

View File

@@ -4,8 +4,6 @@ description: my experience of no autocompletion in editors
pubDate: May 5 2025
---
# autocomplete considered harmful
it is taken for granted that an editor provides autocompletion, even at a basic level. with a few exceptions, modern editors have autocompletion configured and enabled out of the box. because it is a default experience for editors, few has ever questioned whether it is an ideal coding environment for a developer. i used to take autocompletion for granted, and never even considered the possibility of turning it off. that changed 2 weeks ago, and having written code without it for an extended period, i think it provides a more pleasant coding experience, and i think more developers should give it a try.
## micro-stutters