2 papers
cs.SE2025
Method Names in Jupyter Notebooks: An Exploratory Study
Carol Wong, Gunnar Larsen, Rocky Huang +2
Method names play an important role in communicating the purpose and behavior of their functionality. Research has shown that high-quality names significantly improve code comprehe…
cs.SE2024
On the Rationale and Use of Assertion Messages in Test Code: Insights from Software Practitioners
Anthony Peruma, Taryn Takebayashi, Rocky Huang +4
Unit testing is an important practice that helps ensure the quality of a software system by validating its behavior through a series of test cases. Core to these test cases are ass…