{"id":13576232,"url":"https://github.com/abbrcode/abbreviations-in-code","last_synced_at":"2025-04-05T05:31:12.357Z","repository":{"id":25988866,"uuid":"106994325","full_name":"abbrcode/abbreviations-in-code","owner":"abbrcode","description":"The list of common abbreviations in program codes.","archived":false,"fork":false,"pushed_at":"2025-02-21T08:37:50.000Z","size":195,"stargazers_count":479,"open_issues_count":1,"forks_count":52,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-02-21T09:34:01.477Z","etag":null,"topics":["abbreviations","dictionary","list","naming","programming"],"latest_commit_sha":null,"homepage":"https://abbreviations-in-code.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abbrcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-15T08:03:50.000Z","updated_at":"2025-02-21T08:37:55.000Z","dependencies_parsed_at":"2023-12-24T20:19:09.365Z","dependency_job_id":"6c436fe8-2f06-4833-bac8-c8b22554a7bf","html_url":"https://github.com/abbrcode/abbreviations-in-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbrcode%2Fabbreviations-in-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbrcode%2Fabbreviations-in-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbrcode%2Fabbreviations-in-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbrcode%2Fabbreviations-in-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abbrcode","download_url":"https://codeload.github.com/abbrcode/abbreviations-in-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294200,"owners_count":20915332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abbreviations","dictionary","list","naming","programming"],"created_at":"2024-08-01T15:01:08.231Z","updated_at":"2025-04-05T05:31:07.346Z","avatar_url":"https://github.com/abbrcode.png","language":"TypeScript","readme":"# Abbreviations in code\n\nGiving good names to variables, functions and files can be difficult.\nLong names are always clear, but take time to read, space and are hard to remember.\nChoosing a shorter form is better.\nIf you use the abbreviations below, your naming will become more coherent, logical and understandable to other programmers (even newbies).\n\n\u003ch2 align='center'\u003e\n   \n   [Contributing](./.github/CONTRIBUTING.md)\n   •\n   [Licence](./LICENCE)\n\n   [Discussions](https://github.com/orgs/abbrcode/discussions)\n   •\n   [Website](https://abbreviations-in-code.vercel.app)\n   •\n   [AbbrExt](https://github.com/T1xx1/AbbrExt)\n\u003c/h2\u003e\n\n## Guide\n\nColored circles before the abbr mean the degree of recommendation:\n\n-  🟢 Recommended\n-  🟡 Context-sensitive • Context is specified between { }\n-  🔴 Not recommended\n\n## Translations\n[it](./i18n/it.md)\n\n## List\n[A](#a) [B](#b) [C](#c) [D](#d) [E](#e) [F](#f) [G](#g) [H](#h) [I](#i) [J](#j) [K](#k) [L](#l) [M](#m) [N](#n) [O](#o) [P](#p) [Q](#q) [R](#r) [S](#s) [T](#t) [U](#u) [V](#v) [W](#w) [X](#x) [Y](#y) [Z](#z) \n\n### A\n- abbreviation • 🟢 abbr\n- absolute • 🟢 abs\n- acronym • 🟢 acro\n- action • 🔴 act\n- active • 🔴 act\n- actual • 🔴 act\n- addition • 🟢 sum\n- address • 🟢 addr\n- algorithm • 🟢 algo\n- allocation • 🟡 alloc { memory }\n- alternative • 🟢 alt\n- annotation • 🟢 anno\n- application • 🟢 app\n- arccosecant • 🟢 acosec\n- arccosine • 🟢 acos\n- arccotangent • 🟢 acot • 🟢 actg\n- arcsecant • 🟢 asec\n- arcsine • 🟢 asin\n- arctangent • 🟢 atan\n- argument • 🟢 arg\n- array • 🟢 arr\n- asynchronous • 🟢 async\n- attribute • 🟢 attr\n- authentication • 🟢 auth\n- auxiliary • 🟢 aux\n- average • 🟢 avg\n\n### B\n- background • 🟢 bg\n- battery • 🟡 bat { power }\n- binary • 🟢 bin\n- boolean • 🟢 bool\n- break • 🔴 brk\n- breakline • 🟡 bl { encoding }\n- buffer • 🔴 buf • 🟢 buff\n- button • 🟢 btn\n\n### C\n- calculator • 🟢 calc\n- callback • 🟢 cb\n- certificate • 🟢 cert\n- channel • 🟡 ch { connections }\n- character • 🟢 char\n- check • 🟢 chk\n- checksum • 🟡 csum { operations }\n- circle • 🟡 circ { shapes }\n- class • 🔴 cls\n- clear • 🟢 clr\n- collection • 🟢 coll\n- column • 🟢 col\n- command • 🟢 cmd\n- commercial • 🟡 com { URLs }\n- common • 🔴 com • 🔴 comm\n- communication • 🟢 com\n- comparison • 🟡 cmp { conditional operators }\n- component • 🟢 comp\n- concatenation • 🟢 concat\n- condition • 🟢 cond\n- configuration • 🔴 cfg • 🔴 conf • 🟢 config\n- connection • 🔴 con • 🟢 conn\n- constant • 🟢 const\n- container • 🟢 cntr\n- context • 🟢 ctx\n- continue • 🟢 cont\n- control • 🟢 ctrl\n- conversation • 🟢 conv\n- coordinate • 🟢 coord\n- copy • 🔴 cpy\n- cosecant • 🟢 cosec\n- cosine • 🟢 cos\n- cotangent • 🟢 cot • 🟢 ctg\n- count • 🟢 cnt\n- current • 🔴 cur • 🟢 curr\n\n### D\n- database • 🟢 db\n- debug • 🟢 dbg\n- decimal • 🟢 dec\n- declaration • 🟢 decl\n- decrease • 🟡 dec { loops }\n- default • 🔴 def\n- definition • 🟢 def\n- degrees • 🟢 deg\n- deletion • 🟢 del\n- delta time • 🟡 dt { calculations }\n- dependency • 🟢 dep\n- description • 🟢 desc\n- destination • 🟢 dest\n- developer • 🟢 dev\n- development • 🟢 dev\n- device • 🟡 dev { devices }\n- difference • 🟡 diff { operations }\n- dimension • 🟢 dim\n- direction • 🟢 dir\n- directory • 🟢 dir\n- disable • 🟢 dis\n- display • 🟢 disp\n- division • 🟢 div\n- document • 🟢 doc\n- documentation • 🟢 docs\n- driver • 🟢 drv\n- dynamic • 🟢 dyn\n\n### E\n- element • 🟢 elm\n- enable • 🟢 en\n- environment • 🟢 env\n- equal • 🟡 eq { binary operations }\n- error • 🟢 err\n- event • 🟢 e • 🟢 evt\n- execution • 🟢 exe\n- exponential • 🟢 exp\n- expression • 🟢 expr\n- extension • 🟢 ext\n\n### F\n- facet • 🟢 fct\n- factory • 🟢 fac\n- figure • 🟢 fig\n- file chooser • 🟢 fc\n- file descriptor • 🟢 fd\n- file processor • 🟢 fp\n- file reader • 🟢 fr\n- file system • 🟢 fs\n- file writer • 🟢 fw\n- for example • 🟢 e.g.\n- format • 🟢 fmt\n- fraction • 🟢 frac\n- frequence • 🟢 freq\n- function • 🔴 f • 🔴 fn • 🟢 func\n- function pointer • 🟢 fp\n\n### G\n- generation • 🟢 gen\n- geometry • 🟢 geom\n- greater or equal • 🟡 ge { binary operations }\n- greater than • 🟡 gt { binary operations }\n\n### H\n- hardware • 🟡 hw { computer science }\n- header • 🔴 hdr\n- height • 🟡 h { shapes }\n- hexadecimal • 🟢 hex\n- horizontal • 🟡 hor { shapes }\n\n### I\n- identifier • 🟢 id\n- image • 🟢 img\n- implementation • 🟢 impl\n- import • 🟢 imp\n- inclusion • 🟢 inc\n- increase • 🟡 inc { loops }\n- index • 🟢 idx\n- information • 🟢 info\n- initialization • 🟢 init\n- input • 🟢 in\n- insertion • 🟢 ins\n- instance • 🟢 inst\n- integer • 🟢 int\n- interface • 🟢 iface • 🔴 intf\n- inverse • 🟢 inv\n- iterator • 🟡 iter { loops }\n\n### J\n\n### K\n- key • 🟡 k { only with **val** }\n- keymap • 🟢 km\n- keyword • 🟢 kwd\n\n### L\n- language • 🟢 lang\n- latitude • 🟡 lat { only with **coord** }\n- length • 🟢 len\n- less or equal • 🟡 le { binary operators }\n- less than • 🟡 lt { binary operators }\n- level • 🟢 lvl\n- library • 🟢 lib\n- link • 🔴 lnk\n- linked list • 🟢 ll\n- location • 🟢 loc\n- longitude • 🟡 lon { only with **coord** }\n\n### M\n- manager • 🟢 mng\n- matrix • 🟡 mat { mathematics } • 🟡 mtx { mathematics }\n- maximum • 🟢 max\n- memory • 🟢 mem\n- message • 🟢 msg\n- metadata • 🟡 meta { data science }\n- microcontroller • 🟢 mcu\n- middle • 🟢 mid\n- minimum • 🟢 min\n- miscellaneous • 🟢 misc\n- modulo • 🟢 mod\n- multiplication • 🟢 mul\n- mutable • 🟡 mut { variables }\n\n### N\n- navigation • 🟢 nav\n- network • 🟢 net\n- newline • 🟡 nl { endcoding }\n- no • 🟡 n { only with **y** }\n- node • 🟡 $... { DOM }\n- not equal • 🟡 ne { binary operators }\n- number • 🟢 num\n- number of • 🟢 num\n\n### O\n- object • 🟢 obj\n- object key • 🟡 key { only with **val** }\n- octal • 🟢 oct\n- open source • 🔴 os\n- open source software • 🟢 oss\n- operating system • 🟢 os\n- operation • 🟡 op { binary operations }\n- option • 🟢 opt\n- order • 🟡 ord { data science }\n- organization • 🟢 org\n- origin • 🟢 orig\n- output • 🟢 out\n\n### P\n- package • 🟢 pkg\n- parameter • 🟢 param\n- performance • 🟢 perf\n- picture • 🟢 pic\n- pixel • 🟢 px\n- pointer • 🟡 p { memory } • 🟢 ptr\n- poligon • 🟢 pol\n- position • 🟢 pos\n- power • 🟡 pwr { energy }\n- predication • 🟢 pred\n- prediction • 🟢 pred\n- preference • 🟢 pref\n- previous • 🟢 prev\n- private • 🟢 priv\n- process • 🟡 proc { threads }\n- production • 🟢 prod\n- profiler • 🟢 prof\n- public • 🟢 pub\n\n### Q\n- query • 🟢 q • 🔴 qry\n\n### R\n- radians • 🟢 rad\n- radius • 🟡 r { circles }\n- random • 🟢 rand • 🔴 rnd\n- range • 🟢 rng\n- receive • 🟢 recv\n- record • 🟢 rec\n- rectangle • 🟡 rect { shapes }\n- reference • 🟢 ref\n- regular expression • 🟢 regex • 🔴 rgx\n- relation • 🟢 rel\n- remote • 🟢 rem\n- remove • 🟢 rm • 🟢 rmv\n- repository • 🟢 repo\n- request • 🟢 req\n- response • 🟢 res\n- result • 🟢 res\n- return • 🟢 ret\n- revision • 🟢 rev\n\n### S\n- script • 🔴 sc\n- secant • 🟢 sec\n- selection • 🟢 sel\n- semaphore • 🟡 sem { conditional operators }\n- separator • 🟢 sep\n- sequence • 🟢 seq\n- service • 🟢 svc\n- session • 🟢 sess\n- signed as prefix • 🟡 s { modifiers }\n- sine • 🟢 sin\n- software • 🟡 sw { computer science }\n- solution • 🔴 sln • 🟢 sol\n- solver • 🟢 sol\n- source • 🟢 src\n- specification • 🟢 spec\n- square root • 🟢 sqrt\n- standard • 🟢 std\n- standard input output • 🟢 stdio\n- statement • 🟢 stmt\n- statistic • 🟢 stat\n- string • 🟢 str\n- subtration • 🟢 sub\n- synchronization • 🟢 sync\n\n### T\n- table data • 🟢 td\n- table header • 🟢 th\n- table row • 🟢 tr\n- tangent • 🟢 tan\n- target • 🔴 tgt\n- temporary • 🟢 tmp • 🟢 temp\n- text • 🔴 txt\n- time • 🟡 t { physics }\n- timer • 🟢 tmr\n- timestamp • 🟢 ts\n- to • 🔴 2\n- toggle • 🔴 tgl\n- transaction • 🟢 tx\n- type • 🟡 t { modifiers } • 🔴 tpe\n\n### U\n- user • 🟡 u { URLs } • 🔴 usr\n- utility • 🟢 util\n\n### V\n- value • 🟡 v { only with **k** } • 🟢 val\n- variable • 🟢 var\n- vector • 🟡 v { physics } • 🟢 vec\n- version • 🟢 v • 🔴 ver\n- vertical • 🟢 ver\n\n### W\n- white space • 🟡 ws { encoding }\n- width • 🟡 w { shapes }\n- window • 🟢 win\n- wizard • 🟢 wiz\n\n### X\n\n### Y\n- yes • 🟡 y { only with **n** }\n\n### Z\n\n\n279 abbrs in the list\n\n\u003cbr /\u003e\n\n[Go up to list index](#list)","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbrcode%2Fabbreviations-in-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbrcode%2Fabbreviations-in-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbrcode%2Fabbreviations-in-code/lists"}