Monday, October 19, 2015

[class: PM Camp@Fast Campus#4] 개발 #2 – 개발 환경을 구축하고 맛보기 (my note is WIP)



5. 20 수
개발 #2 – 개발 환경을 구축하고 맛보기
개발에 필요한 어플리케이션을 설치하고 간단히 사용하기
  • GUI, CUI, Shell, Permission, Process, Thread
  • SVC, GitHub, Wiki, Issue Tracker, Markdown


  1. Terms related to development environment [Taegon Kim@Fancy.com, software engineer]
    1. lesson
      1. CUI: character user interface (aka CLI (command-line interface))
      2. shell: usually referring to Linux CUI e.g. bash csh
      3. SVC (source version control): aka SCM (source code management or software configuration management)
      4. tagging: nicknaming for a code of a specific time
      5. branch: features not introducing yet e.g. an experimental feature
      6. conflict: problematic situation occurred when diffs were merging
      7. resolve: solving the conflict
      8. Git (distributed development) is more popularly used then SVN (centralized development) <source: Stack Overflow>
      9. project hosting service: GitHub, Bitbucket
      10. markdown:
        1. 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>
        2. syntax: e.g. #main-title#, ##subtitle##, ###sub-subtitle###, *italics*, **bold**, ~strikethrough~
      11. 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>
      12. CDN (content delivery network): e.g. CloudFlare

    1. personal takeaway
      1. tool: Bracket, Wrike

No comments:

Post a Comment