#CodeReuse
New project, same brain. The UI has to be rebuilt — but here's the good part: your core logic, your data layer, your business rules — all reusable.

https://documentation.xojo.com/topics/web/porting_desktop_apps_to_web_apps.html

#Xojo #WebApps #CodeReuse #WebDevelopment #Architecture
June 18, 2026 at 5:55 PM
Today’s Swift Learnings:
Reuse code with functions
Write functions, handle parameters, return values.
Return multiple values: arrays, sets, tuples?
Customize and omit parameter labels.
Bonus: When to skip return? What belongs in functions?
#Swift #iOSDev #CodeReuse #100DaysOfSwiftUI #SwiftFunctions
November 30, 2024 at 5:01 AM
Insert > Library, drag in your classes and modules, build. That .xojo_library file drops into any project and shows up in autocomplete. 30 seconds to set up. Worth it.
https://documentation.xojo.com/topics/code_management/sharing_code_among_multiple_projects.html#libraries

#Xojo #Library #CodeReuse
July 9, 2026 at 6:03 PM
Simplify Your Code with TypeScript Mixins!

Learn how to use TypeScript mixins for efficient code reuse and separation of concerns. Perfect for developers aiming to adhere to the DRY principle. #TypeScriptMixins #CodeReuse #SoftwareEngineering
February 13, 2025 at 1:06 PM
🧬 Herança e Polimorfismo:
Refine a reutilização de código e flexibilidade com herança, sobrecarga e polimorfismo.
#JavaInheritance #Polymorphism #CodeReuse 👇
a woman in a suit says " tu no vas a heredar " in spanish
ALT: a woman in a suit says " tu no vas a heredar " in spanish
media.tenor.com
September 30, 2024 at 12:50 AM
More software supply-chain security shenanigans: #PyPI came under attack earlier, with more than 500 fake packages with similar names to popular ones.

Yes, it’s happened yet again. In #SBBlogwatch, we ask if it’s time for a #CodeReuse rethink. At #TechstrongGroup’s #SecurityBlvd:
PyPI Goes Quiet After Huge Malware Attack: 500+ Typosquat Fakes Found
Emergency stop button: The Python Package Index was drowning in malicious code again, so they had to shut down registration for cleanup.
securityboulevard.com
March 29, 2024 at 5:30 PM
A standout feature of .NET MAUI is code reuse - the ability to write and deploy code across multiple platforms without needing to write new code from scratch. Let's take a further look at the benefits of this .NET Maui feature through our recent client experience.

#dotnetmaui #dotnet #codereuse
Why use .NET MAUI? A case study with Hone | Interserv
A deeper look into code reuse - one of .NET MAUI's standout features.
www.interserv.com.au
April 22, 2025 at 12:52 AM
Data engineering has no npm. Every company rebuilds sessionization, DAU calculations, and experimentation frameworks because SQL dialects fragment everything and we lack unified data models for parametric pipelines. Watch Max explain: youtube.com/shorts/zS5L_... #DataEngineering #CodeReuse
The Code Reuse Crisis Nobody Talks About (clip)
Why we can't share code in data engineering. Every company rebuilds the same pipelines because there's no npm for data. This is a clip from the Data Renegades podcast. See the full video at…
youtube.com
December 27, 2025 at 1:37 AM
Inheritance in Python:
Inheritance allows a class (child) to acquire properties and behaviours (methods) from another class (parent).
#python #oop #inheritance #CodeReuse #programmingbasics
June 5, 2025 at 8:44 PM
⚡️ Take advantage of the power of Traits in Laravel to reuse code efficiently! Organize and share common functionalities across different classes without duplicating code. 💻 #Laravel #PHP #CodeReuse
February 9, 2025 at 9:07 AM
I'm Matthias Wiesmann, and In approve this message…
Trivial code reuse #codereuse #coding https://josvisser.substack.com/p/trivial-code-reuse
May 29, 2024 at 11:57 AM
Explore how inheritance in C# allows for efficient code reuse by establishing hierarchical relationships between classes. Enhance your development skills and streamline your projects. #CSharp #CodeReuse
Inheritance in C#: Reusing Code the Smart Way
When I first came across the word inheritance in programming, I thought it was going to be about money, wills, or family property. In C#…
medium.com
November 2, 2025 at 3:15 PM
We explore framework application pipelines, showcasing how a single pipeline can serve multiple applications, boosting efficiency and code reuse across ETL processes. Join me Friday at 12:00 PM ET for Data Engineering Fridays! dataengineeringfridays.com #DataEngineering #CodeReuse #TechTips
April 22, 2025 at 8:58 PM
I still remember first reading the original book "Design patterns: elements of reusable object-oriented software", often called the "Blue Book", almost 25 years ago now. It was full of little marvels that made me enthusiastic about #codereuse, #patterns in code and #softwaredesign in general.
September 6, 2024 at 9:25 AM