Skip to content
Padosum Wiki
Github
Show Graph Visualisation
Recently Updated
09-18: crbug/1173575, non-JS module files deprecated
09-18: Git
09-18: NPM
09-18: PostgreSQL
09-18: Today I Learned
09-18: WebStorm
09-18: wiki
09-18: 2023년 09월 18일 「편리한 것이 편안한 것은 아니다」
09-18: 2023년 09월
08-24: Uncaught TypeError Illegal invocation
08-24: 자바스크립트 이터레이터
08-24: 2023년 08월 24일 「wifi 문제가 있다」
08-24: 2023년 08월
08-21: 2023년 08월 21일 「🐘」
08-15: 2023년 08월 15일 「🇰🇷」
08-14: 비밀번호 찾기 로직에 대한 생각
08-14: 2023-08-14 「쓸모」
08-02: 2023년 08월 02일 「정전」
08-01: 2023년 08월 01일 「슈퍼문에 소원을 빌다」
08-01: Redux toolkit에서 addCase()와 addMatcher()의 차이
Tags
(3)
Algorithm (6)
Art (2)
Authentication (1)
Book (1)
CI/CD (1)
CLI (1)
CS (1)
CSS (12)
Computer Science (10)
DOM (2)
Database (1)
Development (2)
DnD (1)
Env (2)
Error (2)
Framework (2)
Git (11)
How to (55)
Java (1)
JavaScript (82)
MSW (1)
MySQL (2)
NestJS (5)
Node.js (7)
Nodejs (1)
Nuxt (1)
Programming (16)
추상화
비동기
선언적 프로그래밍
프레임워크(Framework)
함수형 프로그래밍(Functional Programming)
라이브러리
MVC 패턴
객체 지향 프로그래밍(Object-oriented-programming)
REST API
SPA
Sass, Scss
동기
Task Runner
트랜스파일러
단일 접근 원칙
User Interface
Python (2)
RTK (3)
RTKQ (1)
React (10)
Redux (2)
SCSS (3)
Sass (3)
Shell (2)
Sociology (1)
TIL (10)
Test (3)
Testing (1)
Tools (18)
TypeScript (6)
Vercel (4)
Vim (1)
Vite (3)
Vitest (1)
Vue (1)
Vue.js (10)
Vuex (1)
Web (19)
Webpack (2)
accessibility (3)
algorithm (1)
book (1)
electron (1)
error (3)
express (1)
form (1)
framework (1)
historyAPI (1)
javascript (1)
mac (1)
movie (1)
pug (2)
react (2)
review (1)
svg (1)
testing (2)
tools (1)
validation (1)
web (1)
수학 (1)
식물 (1)
압축 (1)
우아한테크캠프 (1)
자료구조 (3)
라이브러리
수정하기
문서 생성
2021-04-23 21:41:44
최근 수정
2021-04-23 21:42:01
독립적으로
특정 기능을 수행하는 코드
모듈과 비슷한 개념
모듈이 프로그램을 구성하는 부품으로서의 로직을 의미한다면, 라이브러리는 자주 사용되는 로직을 재사용하기 편리하도록 정리한 일련의 코드들의 집합
LINKS TO THIS PAGE
wiki
2021년 04월 23일
Tags
#Programming