0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Software development

Last updated at Posted at 2022-12-13

Develepment processes

Scrum development

  • Sprint
  • Story points
  • Fibonacci sequence

Scrum meeting

  • Sprint Planning
  • Daily scrum
  • Sprint review
  • Sprint retrospective

Scrum artifacts

  • Product backlog
  • Sprint backlog
  • Increments

Waterfall model

  • Obsoleted
  • Analysis
  • Design
  • Coding
  • Testing
  • Operations

Code review

  • Two reviewers or more
  • As soon as quickly
  • Build check
  • Compile warning
  • Impact

Review points

  • Coding style
  • Robust
  • Consistency

Branches

  • Mainline
  • Maintenance branches
  • Release branches
  • Development branches

Sub modules

Roles

  • Maintainer
  • Reviewer
  • Developer
  • Tester
  • Product owner

Coding style

find . -iname "*.c" | xargs clang-format -i

Programing languages

  • C
  • C++
  • Java
  • Python
  • Perl
  • HSP

Tools

  • Redmine
  • Jira
  • GitHub
  • GitLab
  • MediaWiki
  • clang-format
  • Git
  • Hidemaru
  • Tera Term
  • Stacked Git
  • gcc
  • clang
  • Font


Broken window

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?