In reply to @mitranim "Over the years I've": I did the exact same. I have a "vocabulary" file where I store the meanings, and they become equivalent to keywords in my style. If I'm using `trg`, it MUST mean `target` or I'm not using the shortening at all 🙂 But.. I found that this system collapses pretty bad for two cases: - The compiler of a programming language _(compilers are stupidly hard to mentally parse, shortening is awful in this context)_ - An externally facing API that you are intend for people to use without referencing your vocab/documentation Other than that, it works great imo 🙂