5. 20 수
|
개발 #2 – 개발 환경을 구축하고 맛보기
|
개발에 필요한 어플리케이션을 설치하고 간단히 사용하기
|
- Terms related to development environment [Taegon Kim@Fancy.com, software engineer]
- lesson
- CUI: character user interface (aka CLI (command-line interface))
- shell: usually referring to Linux CUI e.g. bash csh
- SVC (source version control): aka SCM (source code management or software configuration management)
- tagging: nicknaming for a code of a specific time
- branch: features not introducing yet e.g. an experimental feature
- conflict: problematic situation occurred when diffs were merging
- resolve: solving the conflict
- Git (distributed development) is more popularly used then SVN (centralized development) <source: Stack Overflow>
- project hosting service: GitHub, Bitbucket
- markdown:
- description: markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name. <source: Wikipedia>
- syntax: e.g. #main-title#, ##subtitle##, ###sub-subtitle###, *italics*, **bold**, ~strikethrough~
- fork: In software engineering, a project fork happens when developers take a copy of source code from one software package and start independent development on it, creating a distinct and separate piece of software. <source: Wikipedia>
- CDN (content delivery network): e.g. CloudFlare
- personal takeaway
- tool: Bracket, Wrike
No comments:
Post a Comment