Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
1年生向けチーム開発のすすめ
Search
KoueiAmano
September 29, 2025
Programming
0
20
1年生向けチーム開発のすすめ
KoueiAmano
September 29, 2025
Tweet
Share
More Decks by KoueiAmano
See All by KoueiAmano
初ハッカソン ~AI活用とやらかした話~
amanon04
0
26
Other Decks in Programming
See All in Programming
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
260
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
210
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
330
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
250
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
150
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
370
Claude Code Skill入門
mayahoney
0
130
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
180
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
370
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
170
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
190
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
550
Featured
See All Featured
WENDY [Excerpt]
tessaabrams
9
36k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Git: the NoSQL Database
bkeepers
PRO
432
66k
Tell your own story through comics
letsgokoyo
1
830
Utilizing Notion as your number one productivity tool
mfonobong
4
250
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
The Curious Case for Waylosing
cassininazir
0
260
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
First, design no harm
axbom
PRO
2
1.1k
Transcript
git issue 編 チーム開発のすすめ amano kouei 2025年9月作成
自己紹介 天野 滉瑛 プロフィール 東京の情報系専門学校の2年生です! バックエンドエンジニア or ゲームエンジニアを目指しています! スキル 簡単なゲーム開発
Web開発はじめました 夏休み コーヒーに凝りはじめた 花火大会 インターンでチーム開発してきた
なんでこのテーマにしたか
チーム開発の課題
チーム開発の課題 このLTではこの課題を解決するための方法を紹介していきます。 コード読むのに時間が かかる 役割分担が曖昧になる 次なにやるかわかりに くい
そもそもGit hubってなに
git hub
Git issueで解決
Git issueとは
開発の流れ ( git issue ) 1. issue を作成 やることを明確化させる! タスクの切り分け!
認識合わせられる 3. PRを書く タスクのまとめ! なにをしたか・なんでそうし たかを書く! 2. 作業 実際にコードを書く! 1. ローカルでブランチを切る 2. コードを書く! 3. ローカルでコミット! リモートにプッシュ!
issue をつくる!
Tips ・最低限 → 概要 , やること ・チェックリスト 作成 → コンフリクト起きにくくなる 「次何やるか」が明確になる! やることを明確化させる!
PRを書く!
PRを書く! Tips ・Close #〇 → 自動で issue を閉じて くれる ・最低限 → Why , What
欲しいかも ・開発速度 → AI → 何をやったがわかりやすくなる! レビューと復帰がしやすくなる!
メモにもなる!
メモにもなる! Tips ・アイデア出し → notion ・仕様書 → Google Document ・ER図 → notion (mermaid)
まとめ!
Q & A qiita.com/amano04 github.com/KoueiAmano
None