Explore tweets tagged as #readablecode
If you canโt explain a variableโs purpose in 5 seconds, itโs time for a rename! ๐. Keep your code clean and your teammates happy. #CleanCode #CodingTips #DevLife #Programming #CodeQuality #SoftwareDevelopment #TechTips #ReadableCode #Developer
0
0
4
"๐๐ซ๐๐๐ญ๐ข๐ง๐ ๐๐ฅ๐๐๐ง ๐๐๐ฏ๐๐๐๐ซ๐ข๐ฉ๐ญ ๐๐จ๐๐: ๐๐ฎ๐ข๐๐ค ๐๐ข๐ฉ" #JavaScript #CleanCode #CodeQuality #ProgrammingTips #DeveloperTips #JavaScriptTips #CodingBestPractices #WebDevelopment #ReadableCode #MaintainableCode #AVA
1
0
3
Messy code slows everything down. At CN Tech, we keep things clean, organized, and testable โ so your project runs smoother and scales easier. #CleanCode #NoSpaghettiCode #ReadableCode #TestableCode #CNTech #SoftwareDevelopment
0
0
0
Why Python Feels Like Plain English. #Python #CodingFacts #LearnPython #ExecutablePseudocode #ProgrammingTips #DeveloperLife #CodeSmart #PythonLearning #TechTrivia #PythonForBeginners #PythonCode #ReadableCode #TechFacts #MondayMotivation #SivaAcademy
0
0
0
2/7๐งต: When naming variables, make sure to use descriptive and easy-to-remember names.๐ It not only improves code readability but also helps other developers (and your future self) understand the purpose of the variable quickly! #CSharp #CleanCode #ReadableCode
1
0
1
Think of clean code as a set of friendly rules that help everyoneโyour future self includedโunderstand and work with your code. #CodeQuality #ReadableCode #MaintainableCode #Refactoring #SoftwareCraftsmanship #ProgrammingBestPractices #DevCommunity #CleanArchitecture
0
0
0
๐ก The best code?.Not the one that works โ the one thatโs understood. ๐ *Level up your mindset โ follow us for more wisdom.*. ๐ | โ๏ธ +65 6659 3971. #CodeQuote #DeveloperMindset #SyngridSolutions #TechExcellence #ReadableCode #DigitalArchitects
0
0
0
Refactoring:. Well there we have it, a whistlestop tour of refactoring unreadable code into more readable code. Does that mean this is now perfect? no not at all - but we've got a lot better than we did. It's now a lot more readable. #ReadableCode
0
0
2
๐ก Escreva para humanos, nรฃo para mรกquinas. #BoaSemana #ReadableCode #CleanCode #Desenvolvimento #beecrowd. ๐ก Write for humans, not machines. #GoodWeek #CleanCode #Development #beecrowd. ๐ก Escribe para humanos, no para mรกquinas. #BuenaSemana #CleanCode #Desarrollo #beecrowd
0
0
0
Refactoring 8: Exceptions. At the moment we're echoing - but this isn't actually doing anything in our current process, as it just outputs the error to nowhere. note: die is a temporary measure as the current flow doesn't allow strong management yet. #ReadableCode
0
1
1
just dropped a book on code bookkeeping bc im tired of seeing y'all's spaghetti code ๐. stop writing leetcode-style garbage that no one can read in 6 months. #SpaghettiCode #CleanCode #ReadableCode #CodeQuality #SoftwareDevelopment #ProgrammingTips #TechBooks
2
0
6
Our favorite content for this week (0906)! .More info: .#ladataplatform #sqlserver #security #databaseprojects #readablecode #azuremanagedinstance #snapshotbackup
0
1
1
Refactoring 4: Re-ordering code. Let's re-order things a bit - and get some more clarity on what's related to what. 1) a database connection.2) a set of data coming from the web GET request, and a query.3) a couple of functions, and a query. #ReadableCode
0
0
1
๐ Excel VBA Pro Tip! ๐. Meaningful variable names = Readable Code! ๐๐ก. Instead of "ts," use "totalSales." Clarity is key! Your future self (and others) will thank you. ๐. #ExcelVBA #CodingTips #ReadableCode #EfficiencyMatters #ExcelForFreelancers #CodingBestPractices
0
8
20
Refactoring 12: Examining our second function. we use the same process as before - adding comments to examine what is happening in our function, and then in the use case. we discover this is a sort algorithm, and can probably optimise, but we need the use case. #ReadableCode
0
0
1
Code with clarity and elegance, ensuring your creations are a joy to both humans and machines. #ReadableCode #CodeCraftsmanship #kandi #opensource #openweaver
0
0
1
Refactoring 17: A Pause. We're going to take a short pause from refactoring - we need to discuss the big issue here - We should have been writing tests as early as we could in this setup. Why? because tests prove our code. let me know what bugs you see. #ReadableCode
1
0
0
Refactoring 19: Using Our Framework. Working with our client, we aid them to make use of the Laravel Setup to do some of this work, now we understand what is happening. Here's our controller after helping them do that:. #ReadableCode
0
0
1