Filter
Exclude
Time range
-
Near
The best regex is no regex. A simple string search often suffices. Regex is precise but expensive to maintain. Reach for it only when you actually need patterns. #Regex #CodeMaintenance
5
23 Feb 2025
Got Android apps to build? This is for you! The Android Design Extensions 3.5 is here! Enjoy code maintenance improvements and a new way to display an icon next to the title as well as next to individual buttons and many other features. Thanks Martin T. - blog.xojo.com/2024/12/10/and… #Xojo #AndroidDev #CodeMaintenance #MobileDevelopment #EasyCoding
4
128
19 Dec 2024
Code maintenance is key! 🧹 Android Design Extensions 3.5 focuses on improved code stability and easier debugging. Exceptions for unsupported APIs based on Android version are now included. Develop with more confidence - blog.xojo.com/2024/12/10/and… #Xojo #Android #CodeMaintenance #DeveloperTools

3
100
Are you dragging your feet on updating your nuget version to the latest like it's a Monday morning? Source: devhubby.com/thread/how-to-u… #CodeMaintenance #TechNews #Dotnet #VersionControl #version #update

6
22
2
341
18 Dec 2023
Don’t fear refactoring. Refactoring your code from time to time actually helps to keep you codebase healthy and maintainable. #Refactoring #CodeMaintenance
1
2
303
Web scraping tip: Regularly check and update your code. Websites change, and so should your scraping strategy! 🔄🖥️💡 #WebScraping #CodeMaintenance
1
2
238
At #reinvent2023, @AWSCloud previewed Amazon Q Code Transformation, which uses elements of @moderneinc’s OpenRewrite to boost Java #codemaintenance. Read how AWS’ #opensource contributions to OpenRewrite will migrate frameworks and patch vulnerabilities: [bit.ly/3N40aEY]

2
6
659
👀 Today, I checked in with past project developers using Nx. Excitingly, all upgraded to Nx 17 and Angular 17, even in a six-year-old Nx setup! 😍 Confirms Nx's long-term code sustainability! 🚀 #Nx #Angular17 #CodeMaintenance
1
6
249
Ben and Jacob discuss Technical Debt and its impact on your projects on Big App Energy. Find out how ignoring tech debt can lead to major issues in your codebase. 🎧Full episode here: hiredgunapps.com/podcast/epi…. #TechDebt #CodeMaintenance #BigAppEnergy
3
102
3
61
AI code cleanup startup Grit raises $7M to automate software maintenance and tackle technical debt @gritdotio @morgantepell #Coding #CodeMaintenance #TechnicalDebt #Breaking #Funding #Startups #Ai #TechNews techstartups.com/2023/08/16/…

2
59
Code is like a garden. You need to tend to it regularly to keep it healthy and growing. #ProgrammingWisdom #CodeMaintenance #100DaysOfCode #buildinpublic
1
9
323
The best way to write maintainable code is to write it as if the person who will maintain it is a version of yourself who has amnesia. #ProgrammingHumor #CodeMaintenance #100DaysOfCode #buildinpublic
5
137
Code that is easy to understand is code that is easy to maintain. #ProgrammingWisdom #CodeMaintenance #100DaysOfCode #buildinpublic
5
167
🚨 Code Smells: Bloaters 🚨 Code bloaters are like big monsters lurking in your codebase, making it hard to work with. 😱 They accumulate over time as programs evolve, especially when nobody takes the initiative to clean them up. Let's take a look at a few common bloaters and how to deal with them! 💪🔧 1️⃣ Long Method: 📜 When a method stretches beyond ten lines, it's time to raise some eyebrows. Break it down into smaller, more manageable chunks to improve readability and maintainability. 🧩 2️⃣ Large Class: 🏋️‍♀️ If a class becomes a bloated giant with an overwhelming number of fields, methods, and lines of code, it's a sign that things have gone out of hand. Split the class into smaller, cohesive units to enhance modularity and understandability. 🧱 3️⃣ Primitive Obsession: 💔 Overusing primitive data types for simple tasks can lead to messy and error-prone code. Consider creating small objects to handle tasks like currency, ranges, or specialized strings. Likewise, use meaningful constants instead of hard-coded values to improve code clarity. 🧠🔢 4️⃣ Long Parameter List: 🎛️ Methods overloaded with more than three or four parameters can become a headache to work with. It's time to simplify by using objects or grouping related parameters into a separate class. Your colleagues will thank you for the cleaner and more focused interfaces. 🧑‍💻🔀 5️⃣ Data Clumps: 📦 When different parts of the code contain identical groups of variables, it's a clear sign of duplication. Extract those clumps into their own classes to promote reusability, reduce redundancy, and enhance maintainability. 🧬🔄 Keep an eye out for these bloaters in your codebase! Regular refactoring and continuous improvement will ensure cleaner, more maintainable code that everyone can work with. 🧹✨ Happy coding! 💻🚀 ✅ Join Amigoscode today for premium programming courses - bit.ly/40ujtvS Credit to respected owners - Refactoring Guru #softwaredevelopment #refactoring #cleancode #codequality #codemaintenance #codesmells
19
1,835
Are you still ignoring the tech debt piling up in your codebase? It's like putting off laundry day until you have nothing to wear. Don't wait till it's too late! Book your free demo bit.ly/3N8sAOG #TechDebt #CodeMaintenance #SoftwareDevelopment
1
4
31