Last active
July 11, 2024 02:25
-
-
Save skt-t1-byungi/8a44db3e4991cd66209841b93a1ab496 to your computer and use it in GitHub Desktop.
내가 코딩때 쓰는 약어 모음
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
app => application | |
acc => accumulate | |
arr => array | |
abs => absolute | |
addr => address | |
arg => argument | |
args => arguments | |
attr => attribute | |
attrs => attributes | |
auth => authenticate | |
avg => average | |
asc => ascending | |
b => byte, buffer | |
bin => binary | |
bg => background | |
btn => button | |
buf => buffer | |
c => character, channel | |
chan => channel | |
char => character | |
calc => calculate | |
cb => callback | |
ctx => context | |
cmd => command | |
cnt => count | |
cmp => compare | |
compo => component | |
compos => components | |
cond => condition | |
ctor => constructor | |
cfg => configuration | |
ctrl => control | |
col => column | |
cols => columns | |
conn => connection | |
curr => current | |
cls => class | |
cwd => current working directory | |
dt => date | |
doc => document | |
dep => dependency | |
deps => dependencies | |
db => double, database | |
dbg => debug | |
def => definition | |
diff => difference | |
dic => dictionary | |
dst, dest => destination | |
dist => distribution, distance | |
dev => development | |
del => delete | |
desc => descending, describe | |
deg => degree | |
dir => directory | |
e => error, event | |
err => error | |
ev, evt => event | |
ee => event emitter | |
env => environment | |
esc => escape | |
el => element | |
elems => elements | |
ext => extension | |
exec => execute | |
expr => expression | |
f => function, file | |
fd => file descriptor | |
frm => form | |
fs => file system | |
fn => function | |
fns => functions | |
fx => effect | |
gen => generator | |
h => height (with w) | |
i => index | |
ins => instance | |
idx => index | |
info => information | |
iter => iterator | |
inf => infinity | |
ipt => input | |
img => image | |
imgs => images | |
init => initialize | |
lang => language | |
len => length | |
lib => library | |
k => key | |
kbd => keyboard | |
kwd => keyword | |
min => minimum, minute | |
memo => memonize | |
ms => millisecond | |
msg => message | |
mut => mutex | |
multi => multiple | |
mx => matrix | |
n, num => number | |
nums => numbers | |
net => network | |
noop => no operation | |
o, obj => object | |
org => origin, original | |
opt => option | |
opts => options | |
op => operation | |
p => promise, priority | |
pkg => package | |
proc => process | |
prop => property | |
props => peroperties | |
ptr => pointer | |
pic => picture | |
pos => position | |
pswd => password | |
prev => previous | |
q => queue, query | |
qs => query string | |
rand => random | |
re, regex => regular expression | |
req => request | |
resp => response | |
ref => reference | |
res => result | |
ret => return | |
repo => repository | |
recv => receive | |
s => second, string | |
sec => second, section | |
seg => segment | |
sep => separator | |
seq => sequence | |
sess => session | |
sig => signal | |
str => string | |
st, styl => style | |
src => source | |
sock => socket | |
sys => system | |
sym => symbol | |
t => time | |
tstmp => timestamp | |
txt => text | |
tmp => temporary | |
tbl => table | |
tmpl => template | |
undef => undefined | |
util => utility | |
uniq => unique | |
usr => user | |
v, val => value | |
vol => volumn | |
ver => version | |
w => width (with h) | |
win => window | |
ws => websocket | |
xhr => XMLHttpRequest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment