Tag

code-structure

1 views collected around this technical thread.

Java Captain
Java Captain
Dec 12, 2021 · Backend Development

Why a Good Code Structure Matters and How to Design It: Models, Utils, Services, DAO, and Controllers

The article explains why a solid code structure is essential, outlines the principles of single responsibility, reusability and clear definitions, and details the roles of Model, Util, Service, DAO and Controller, while discussing their relevance to Web, Android and iOS development.

Design PatternsModel-View-Controllerbackend development
0 likes · 9 min read
Why a Good Code Structure Matters and How to Design It: Models, Utils, Services, DAO, and Controllers
Python Programming Learning Circle
Python Programming Learning Circle
Sep 8, 2021 · Fundamentals

How to Avoid Circular Imports in Python Code

This article explains why circular imports occur in Python, demonstrates the resulting ImportError with example modules, and provides three practical solutions—including importing modules directly, using lazy imports, and redesigning code structure—to prevent such issues.

Importbackendcircular-import
0 likes · 4 min read
How to Avoid Circular Imports in Python Code
Selected Java Interview Questions
Selected Java Interview Questions
May 7, 2021 · Fundamentals

Understanding Good Code Structure: Models, Utils, Services, DAO, and Controllers

This article explains why a clean code structure matters, defines the characteristics of a good architecture, describes the roles of Model, Util, Service, DAO, and Controller, and discusses how these concepts apply to Web, Android, and iOS development for junior programmers.

backendcode-structurefrontend
0 likes · 10 min read
Understanding Good Code Structure: Models, Utils, Services, DAO, and Controllers