English

Functional vs. Object-Oriented: Comparing How Programming Paradigms Affect the Architectural Characteristics of Systems

Software Engineering 2025-12-09 v3 Programming Languages

Abstract

This study compares the impact of adopting object-oriented programming (OOP) or functional programming (FP) on the architectural characteristics of software systems. For that, it examines the design and implementation of a Digital Wallet system developed in Kotlin (for OOP) and Scala (for FP). The comparison is made through a mixed-method approach. The self-ethnographic qualitative analysis provides a side-by-side comparison of both implementations, revealing the perspective of those writing such code. The survey-based quantitative analysis gathers feedback from developers with diverse backgrounds, showing their impressions of those reading this code. Hopefully, these results may be useful for developers seeking to decide which paradigm is best suited for their next project.

Keywords

Cite

@article{arxiv.2508.00244,
  title  = {Functional vs. Object-Oriented: Comparing How Programming Paradigms Affect the Architectural Characteristics of Systems},
  author = {Briza Mel Dias de Sousa and Renato Cordeiro Ferreira and Alfredo Goldman},
  journal= {arXiv preprint arXiv:2508.00244},
  year   = {2025}
}

Comments

11 pages, 15 figures (1 table, 3 diagrams, 4 graphics, 7 listings), accepted to the CTICQS capstone project competition at SBQS 2025

R2 v1 2026-07-01T04:28:43.996Z