Tag

Modular Programming

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Feb 21, 2025 · Backend Development

PHP Functions and Modular Programming: Concepts, Best Practices, and Real-World Examples

This article explains PHP functions and modular programming, covering definitions, parameters, scope, anonymous functions, best practices, and real-world examples to help developers write more maintainable and efficient backend code in modern web applications.

Modular ProgrammingPHPbackend development
0 likes · 6 min read
PHP Functions and Modular Programming: Concepts, Best Practices, and Real-World Examples
ByteDance Web Infra
ByteDance Web Infra
Jun 8, 2023 · Fundamentals

Modular Programming and Dynamic Linking in JavaScript and WebAssembly

This article explains the principles of modular programming, examines JavaScript and asm.js module systems, and details how WebAssembly extends these concepts with import/export sections and dynamic linking mechanisms, while also reviewing current proposals and future trends for module linking and component models.

Dynamic LinkingJavaScriptModular Programming
0 likes · 28 min read
Modular Programming and Dynamic Linking in JavaScript and WebAssembly
ByteFE
ByteFE
Jun 2, 2023 · Fundamentals

Modular Programming and Dynamic Linking in WebAssembly and JavaScript

This article explains the principles of modular programming, examines JavaScript and asm.js module systems, details how WebAssembly implements import/export and dynamic linking, and reviews current proposals such as ES Module integration, Module Linking, and Component Model that shape the future of WebAssembly modularity.

Dynamic LinkingJavaScriptModular Programming
0 likes · 29 min read
Modular Programming and Dynamic Linking in WebAssembly and JavaScript
Python Programming Learning Circle
Python Programming Learning Circle
Jul 27, 2022 · Fundamentals

Modular Programming Concepts and Benefits in Python

This article explains the modular programming philosophy in Python, describing the differences between modules and packages, the advantages of modular design such as improved readability, reusability, and collaborative development, and includes illustrative diagrams and promotional resources for further learning.

Modular ProgrammingModulesPython
0 likes · 6 min read
Modular Programming Concepts and Benefits in Python
Python Programming Learning Circle
Python Programming Learning Circle
Dec 9, 2021 · Game Development

Modular Alien Invasion Game Tutorial with Python and Pygame

This tutorial walks through building a complete Alien Invasion arcade game in Python using Pygame, explaining the modular design of settings, ship, alien, bullet, button, game statistics, and scoreboard modules, and demonstrates how to implement game loops, event handling, collision detection, and scoring logic.

Alien InvasionGame DevelopmentModular Programming
0 likes · 15 min read
Modular Alien Invasion Game Tutorial with Python and Pygame