SEFeb 6, 2020

Design of the Inspection Process Using the GitHub Flow in Project Based Learning for Software Engineering and Its Practice

arXiv:2002.02056v14 citations
AI Analysis

This addresses the problem of feedback delivery for learners in software engineering education, but it is incremental as it adapts existing GitHub tools for educational purposes.

The study tackled the challenge of providing effective feedback in software development project-based learning by proposing an inspection process using GitHub pull requests, enabling feedback to be given at precise locations in learners' artifacts.

Project based learning (PBL) for software development (we call it software development PBL) has garnered attention as a practical educational method. A number of studies have reported on the introduction of social coding tools such as GitHub, in software development PBL. In education, it is important to give feedback (advice, error corrections, and so on) to learners, especially in software development PBL because almost all learners tackle practical software development from the viewpoint of technical and managerial aspects for the first time. This study regards inspection that is conducted in general software development activities as an opportunity to provide feedback and proposes the inspection process using the pull request on GitHub. By applying the proposed process to an actual software development PBL, we enable giving feedback to the accurate locations of artifacts the learners created.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes