Last active
December 14, 2023 21:00
-
-
Save svblsvljb/b68011db1df5b58139744f1fbad938f4 to your computer and use it in GitHub Desktop.
Frequent abbreviations in the context of programming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| align - alignment | |
| arch - architecture | |
| arg - argument | |
| arr - array | |
| bin - binary | |
| buf - buffer | |
| ck - check | |
| cmp - compare, complete, completion | |
| col - column | |
| const - constant | |
| ctx - context | |
| cx - context | |
| dbg - debug | |
| def - define, defined, definition | |
| dep - dependency | |
| dev - develop | |
| dict - dictionary | |
| div - divide, division | |
| dyn - dynamic | |
| elem - element | |
| enum - enumeration | |
| eq - equals | |
| eval - evaluate | |
| exec - execute | |
| exp - exponential | |
| expr - expression | |
| id - identifier | |
| impl - implement, implementation | |
| indent - indentation | |
| info - information | |
| init - initialization, initializated, initialize | |
| int - integer | |
| lang - language | |
| lib - library | |
| lit - literal | |
| mem - memory | |
| mod - module | |
| mul - multiplication | |
| mut - mutable | |
| nat - natural | |
| neg - negation, negative | |
| num - number | |
| op - operation | |
| ord - order | |
| param - parameter | |
| paren - parenthesis | |
| pat - pattern | |
| perf - performance | |
| pkg - package | |
| proc - process | |
| proto - protocol | |
| ptr - pointer | |
| pub - public | |
| ref - reference | |
| sep - separator | |
| sqrt - square root | |
| src - source | |
| stmt - statement | |
| str - string | |
| struct - structure | |
| sub - subtraction | |
| ty - type | |
| uninit - uninitialized | |
| val - value | |
| var - variable | |
| vec - vector |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment