• IEEE.org
  • IEEE CS Standards
  • Career Center
  • About Us
  • Subscribe to Newsletter

0

IEEE-CS_LogoTM-orange
  • MEMBERSHIP
  • CONFERENCES
  • PUBLICATIONS
  • EDUCATION & CAREER
  • VOLUNTEER
  • ABOUT
  • Join Us
IEEE-CS_LogoTM-orange

0

IEEE Computer Society Logo
Sign up for our newsletter
IEEE COMPUTER SOCIETY
About UsBoard of GovernorsNewslettersPress RoomIEEE Support CenterContact Us
COMPUTING RESOURCES
Career CenterCourses & CertificationsWebinarsPodcastsTech NewsMembership
BUSINESS SOLUTIONS
Corporate PartnershipsConference Sponsorships & ExhibitsAdvertisingRecruitingDigital Library Institutional Subscriptions
DIGITAL LIBRARY
MagazinesJournalsConference ProceedingsVideo LibraryLibrarian Resources
COMMUNITY RESOURCES
GovernanceConference OrganizersAuthorsChaptersCommunities
POLICIES
PrivacyAccessibility StatementIEEE Nondiscrimination PolicyIEEE Ethics ReportingXML Sitemap

Copyright 2026 IEEE - All rights reserved. A public charity, IEEE is the world’s largest technical professional organization dedicated to advancing technology for the benefit of humanity.

  • Home
  • /Publications
  • /Tech News
  • /Research
  • Home
  • / ...
  • /Tech News
  • /Research

The Productivity Debate: Low-Code vs. Code-Based Software Development

By IEEE Computer Society Team on
March 15, 2023
LATEST NEWS
From Clicks to Conversations: How HCI Is Evolving in an AI-First World
From Clicks to Conversations: How HCI Is Evolving in an AI-First World
The AI Adoption Gap: Why Enterprise AI Fails After Deployment
The AI Adoption Gap: Why Enterprise AI Fails After Deployment
Inspiring Tomorrow’s Innovators: IEEE CS Juniors TechXperience Kenya 2026
Inspiring Tomorrow’s Innovators: IEEE CS Juniors TechXperience Kenya 2026
Parallel Systems, Leadership, and Research Strategy in Computing: an Interview with Jean-Luc Gaudiot
Parallel Systems, Leadership, and Research Strategy in Computing: an Interview with Jean-Luc Gaudiot
Top HCI Trends in 2026: The Rise of AI Agents and Invisible Interfaces
Top HCI Trends in 2026: The Rise of AI Agents and Invisible Interfaces
Read Next

From Clicks to Conversations: How HCI Is Evolving in an AI-First World

The AI Adoption Gap: Why Enterprise AI Fails After Deployment

Inspiring Tomorrow’s Innovators: IEEE CS Juniors TechXperience Kenya 2026

Parallel Systems, Leadership, and Research Strategy in Computing: an Interview with Jean-Luc Gaudiot

Top HCI Trends in 2026: The Rise of AI Agents and Invisible Interfaces

From CMDB to Dynamic Digital Twins: Lessons Learned in Building Enterprise Digital Brains

An Evaluation of Autoencoder Architectures for Fraud Detection in Credit Card Transactions

Parallel Systems, Leadership, and Research Strategy in Computing: an Interview with Jean-Luc Gaudiot

Get the latest news and technology trends for computing professionals with ComputingEdge
Sign up for our newsletter

Low code versus code based software developmentIt takes a lot of time and money to produce quality software. Companies are always looking for ways to make the development process more productive because it translates into shorter development times, lower costs, and less need for specialized resources.

In recent years, there has been a rise in low-code platforms that aim to enhance and accelerate software development to achieve this goal. Although low-code platforms are becoming increasingly popular, there have been limited scientific studies that explore the claims they increase productivity until now.

Low-Code vs. Code-Based Development


Code-based development involves writing source code in programming languages like Python, Java, C/C++, and C#, which gets compiled or interpreted and converted into machine code that an operating system can run.

Low-code platforms provide a graphical environment for application development, which is easier to use and allows for faster development and delivery while requiring less programming knowledge. However, licensing costs for low-code technologies are usually higher compared to code-based technologies.


Want More Tech News? Subscribe to ComputingEdge Newsletter Today!


An Experiment to Determine if Low-Code Development Increases Productivity


To determine if low-code can make the development process more productive, a laboratory experiment was conducted using OutSystems as the low-code technology and Django and Python as the code-based technology. For the experiment, a new software application was created using both technologies, and productivity was assessed in two phases: software development and software maintenance.

Two developers with extensive experience using the target technology in a professional environment conducted the experiment. Both were familiar with the domain and the type of software being developed, which was a management information system. The application ran on the web and had three user roles with different permissions to manage projects and users.

Use case points analysis (UCPA) was used to measure productivity in the experiment because it allowed researchers to estimate the size of the project based on its requirements without a dependency on the technology used. UCPA assigns points to each use case based on its complexity, such as the number of steps involved, the number of data elements processed, and the number of external interfaces used. These points are then used to calculate the overall size and complexity of the software application.

The Results