#codedesign search results

💡Tip: Writing code that's easy to understand and work with is key! 🛠️ It's like creating clear instructions for a recipe - simple and organized. Good code design makes coding smoother, less confusing, and your projects more awesome! 🚀💻 #CodeDesign

saeedhalabi_'s tweet image. 💡Tip: Writing code that's easy to understand and work with is key! 🛠️ 

It's like creating clear instructions for a recipe - simple and organized. 

Good code design makes coding smoother, less confusing, and your projects more awesome! 🚀💻

#CodeDesign

Me when I see a method with object as return type and results are always bool #csharp #codedesign

coder6_'s tweet image. Me when I see a method with object as return type and results are always bool

#csharp #codedesign

Flattening the complexity curve! The secret to building big apps with small teams. That is the goal of the Rust10x blueprints. #rustlang #programming #codedesign #systemdesign @rust10x

jeremychone's tweet image. Flattening the complexity curve!

The secret to building big apps with small teams.

That is the goal of the Rust10x blueprints.

#rustlang #programming #codedesign #systemdesign
@rust10x

Breaking naming conventions for code readability? Yes #DotNet #CSharp #CodeDesign

coder6_'s tweet image. Breaking naming conventions for code readability? Yes

#DotNet #CSharp #CodeDesign

Do you use reflection in your unit tests? #csharp #dotnet #codedesign

coder6_'s tweet image. Do you use reflection in your unit tests?

#csharp #dotnet #codedesign

Are you an accomplished Digital Marketing Strategist? #CodeDesign based out of Infopark Kochi is on the lookout for someone like you! If you're ready for the next step in your career, apply now at [email protected]. #Infopark #KeralaITMission #InfoparkKochi #Hiring

InfoparksKerala's tweet image. Are you an accomplished Digital Marketing Strategist? #CodeDesign based out of Infopark Kochi is on the lookout for someone like you! If you're ready for the next step in your career, apply now at hr@codedesign.in.

#Infopark #KeralaITMission #InfoparkKochi #Hiring

Introducing CodeDesign - The AI-powered website builder that creates stunning sites in seconds! 🚀💻 #CodeDesign #AIWebsiteBuilder #WebDesign #DigitalMarketing #WebsiteBuilder #AI #AIUI #CloudHosting #SEO #AIgenerated #SmartSuggestions #saas #softwareasaservice #saasmint


With "using static" you can simplify your arguments validation syntax. #CSharp #DotNet #CodeDesign

coder6_'s tweet image. With "using static" you can simplify your arguments validation syntax.

#CSharp #DotNet #CodeDesign

Instead of writing new boilerplate code, refactor it to be more generalized #CSharp #DotNet #CodeDesign

coder6_'s tweet image. Instead of writing new boilerplate code, refactor it to be more generalized

#CSharp #DotNet #CodeDesign

Not acceptable that a public API lacks the time unit suffix Should be added everywhere when using a numeric data type Please add it to methods, configs and so on... #CodeDesign #SoftwareDesign #CSharp

coder6_'s tweet image. Not acceptable that a public API lacks the time unit suffix
Should be added everywhere when using a numeric data type
Please add it to methods, configs and so on...

#CodeDesign #SoftwareDesign #CSharp

Que massa galera🤩Estaremos juntos no @TheDevConf Innovation em Florianópolis!!! Aguardamos você na trilha de Design de Código!!! Vem com a gente!!! #codedesign #DesignDeCodigo #tdc #tdcinnovation #floripa #florianópolis #florianopolis #tecnologia #evento #eventoTI

maxdearruda's tweet image. Que massa galera🤩Estaremos juntos no @TheDevConf  Innovation em Florianópolis!!!  Aguardamos você na trilha de Design de Código!!! Vem com a gente!!!  #codedesign #DesignDeCodigo #tdc #tdcinnovation #floripa #florianópolis #florianopolis #tecnologia #evento #eventoTI

This session illuminates the profound benefits embedded in our chosen design philosophy, emphasizing flexibility, maintainability, and the adoption of a Test-Driven Development (TDD) approach. Read more 👉 lttr.ai/AZT6U #CodeDesign #SoftwareArchitecture

otaviojava's tweet image. This session illuminates the profound benefits embedded in our chosen design philosophy, emphasizing flexibility, maintainability, and the adoption of a Test-Driven Development (TDD) approach.

Read more 👉 lttr.ai/AZT6U

#CodeDesign #SoftwareArchitecture

🚀 ¡Crea tu sitio web en minutos sin saber programar! 🎉🤖 Descubre la magia de CodeDesign y sorprende a todos con tu nueva web en un abrir y cerrar de ojos! 🌐✨ ¡Comparte y haz que tus amigos también se unan a la revolución! 💥👩‍💻👨‍💻 #CodeDesign #WebSinCódigo #DiseñoRápido


Why do we still code like it's 1970? 🤔 Left to right programming challenges how we think about code flow and readability. Maybe it's time to rethink our assumptions #Programming #SoftwareEngineering #CodeDesign


A monad is more than a buzzword it’s a design pattern that lets you handle sequences of operations without breaking purity. From Option to IO, monads wrap behavior so your code stays modular, testable, and free from chaos. Learn it #Monad #FP #CodeDesign #CleanCode


Which do you reach for more often in your code, mutation or shadowing? For other developers How do you balance “clarity” vs “convenience” when handling state changes in your language of choice? #RustLang #CodeDesign #FunctionalProgramming #SystemDesign


4️⃣ Keep functions short 🌱 One job per function, <20 lines. calculateAverage, not calc. Refactor like pruning a tree. #CodeDesign

tama_eacc's tweet image. 4️⃣ Keep functions short 🌱 One job per function, &amp;lt;20 lines. calculateAverage, not calc. Refactor like pruning a tree. #CodeDesign

Why do we still code like it's 1970? 🤔 Left to right programming challenges how we think about code flow and readability. Maybe it's time to rethink our assumptions #Programming #SoftwareEngineering #CodeDesign


A monad is more than a buzzword it’s a design pattern that lets you handle sequences of operations without breaking purity. From Option to IO, monads wrap behavior so your code stays modular, testable, and free from chaos. Learn it #Monad #FP #CodeDesign #CleanCode


🔐 Private Functions Add a prefix with an underscore (_) to indicate private functions used internally in the code logic. ✅ _getToonName() ➡️ Let’s move on to the next naming convention 👇 #JavaScriptTips #CodeDesign (9/12)

Syncfusion's tweet image. 🔐 Private Functions
Add a prefix with an underscore (_) to indicate private functions used internally in the code logic.
✅ _getToonName()
➡️ Let’s move on to the next naming convention 👇
#JavaScriptTips #CodeDesign
(9/12)

A monad is a structure that allows chaining operations while handling context. Think Maybe, Either, or IO. They offer a framework to compose effects without losing purity. Powerful, once demystified. @monad #MonadsInPractice #FPConcepts #CodeDesign #LearnHaskell


A Monad is more than syntax it’s a mindset. It handles complexity by wrapping values and chaining actions. From Maybe to IO, Monads let you think clearly, even when the world isn’t. #CodeDesign #MonadMindset #FunctionalThinking #HaskellLove


TypeScript: Interfaces define the shape of objects. It’s like contracts for your variables. #TS #CodeDesign


Testing, code coverage, lints, project layout, compile-time optimization–all of those are relevant for maintainable codebases. You don’t want to miss his talk ➡️ eurorust.eu/talks/building… #RustLang #CodeDesign 🧵2/3


Monads vs. design patterns: they’re like factories for computations, abstracting away boilerplate while keeping logic pure. 🏭 #CodeDesign@monad_xyz


Use Claude to redesign your module layout. Prompt: “How can I restructure this project for scalability and easier testing?” It feels like having a second brain for architecture. #Claude #AItools #CodeDesign


Most developers familiar with CDI use it for static field injection. Read more 👉 lttr.ai/Af21M #CodeDesign #JakartaEE #Java

otaviojava's tweet image. Most developers familiar with CDI use it for static field injection.

Read more 👉 lttr.ai/Af21M

#CodeDesign #JakartaEE #Java

OOP or Functional Programming? Which paradigm shapes your problem-solving approach, and why? Let's discuss the pros and cons! 👇 #Programming #CodeDesign


My superior challenged me to write a whole feature without else. 3 days later, my code is 50% more readable. Lesson learnt: Constraints spark creativity. 🙂‍↕️🙂‍↕️#CodeDesign


Stop calling every class xxxManager. #CodeDesign

coder6_'s tweet image. Stop calling every class xxxManager. #CodeDesign

If you write tests, no fear for refactoring. #CodeDesign

coder6_'s tweet image. If you write tests, no fear for refactoring. #CodeDesign

Using discard variable leads to more clean code #CSharp #CodeDesign

coder6_'s tweet image. Using discard variable leads to more clean code #CSharp #CodeDesign

I’m happy to do a new #CodeDesign #training instance, these days, at @Altran_RO Nice to have a challenging audience!

florincoros's tweet image. I’m happy to do a new #CodeDesign #training instance, these days, at @Altran_RO Nice to have a challenging audience!

Improving code for testability? Will always pay #CodeDesign

coder6_'s tweet image. Improving code for testability? Will always pay #CodeDesign

💡Tip: Writing code that's easy to understand and work with is key! 🛠️ It's like creating clear instructions for a recipe - simple and organized. Good code design makes coding smoother, less confusing, and your projects more awesome! 🚀💻 #CodeDesign

saeedhalabi_'s tweet image. 💡Tip: Writing code that&apos;s easy to understand and work with is key! 🛠️ 

It&apos;s like creating clear instructions for a recipe - simple and organized. 

Good code design makes coding smoother, less confusing, and your projects more awesome! 🚀💻

#CodeDesign

Visual Studio breakpoint with condition is very useful. #CodeDesign

coder6_'s tweet image. Visual Studio breakpoint with condition is very useful. #CodeDesign

Currently packing 2k @codeunddesign magazines for shipping through Europe! ✅ #codedesign @CodeUniversity

LukasHllr's tweet image. Currently packing 2k @codeunddesign magazines for shipping through Europe! ✅ #codedesign @CodeUniversity

Arch. and code design. Should I be using concrete base classes or polymorphic one? stackoverflow.com/questions/6576… #designpatterns #codedesign #oop #architecture #cpp

overflow_meme's tweet image. Arch. and code design. Should I be using concrete base classes or polymorphic one? stackoverflow.com/questions/6576… #designpatterns #codedesign #oop #architecture #cpp

I stopped using interpolation with StringBuilder: or one or another #CodeDesign #CSharp

coder6_'s tweet image. I stopped using interpolation with StringBuilder: or one or another #CodeDesign #CSharp

How to name an interface that defines a specific property? #CodeDesign #DotNet

coder6_'s tweet image. How to name an interface that defines a specific property? #CodeDesign #DotNet

Tech-Stars der Zukunft: Mädels und Roboter auf dem #codedesign Telekom-Camp

codeunddesign's tweet image. Tech-Stars der Zukunft: Mädels und Roboter auf dem #codedesign Telekom-Camp

When an extension method is too specific, I prefer a different naming of the class #codedesign #csharp #dotnet

coder6_'s tweet image. When an extension method is too specific, I prefer a different naming of the class #codedesign #csharp #dotnet

Hey y’all! We’re happy to announce that we’re rebranding as #CodeDesign - A tool that turns your design into human-readable code. If you’re a frontend #developer (or a learner), you’d get free access to our beta. DM us, we’re a friendly bunch. 🤗 #100daysofcode #CodeNewbie

codedesignai's tweet image. Hey y’all! We’re happy to announce that we’re rebranding as #CodeDesign - A tool that turns your design into human-readable code. If you’re a frontend #developer (or a learner), you’d get free access to our beta. 

DM us, we’re a friendly bunch. 🤗 #100daysofcode  #CodeNewbie

Name extension classes by scope and not only by extended type #CodeDesign #CSharp #DotNet

coder6_'s tweet image. Name extension classes by scope and not only by extended type #CodeDesign #CSharp #DotNet

Me when I see a method with object as return type and results are always bool #csharp #codedesign

coder6_'s tweet image. Me when I see a method with object as return type and results are always bool

#csharp #codedesign

With zero limitations, design, build, deploy & export webpages #codedesign #DEVCommunity

codedesignai's tweet image. With zero limitations, design, build, deploy &amp;amp; export webpages

#codedesign #DEVCommunity

Und die zweite Woche vom #cdcampstuggi 8 Gruppen stellen sich den Herausforderungen von 6 Tagen #codedesign

codeunddesign's tweet image. Und die zweite Woche vom #cdcampstuggi
8 Gruppen stellen sich den Herausforderungen von 6 Tagen #codedesign
codeunddesign's tweet image. Und die zweite Woche vom #cdcampstuggi
8 Gruppen stellen sich den Herausforderungen von 6 Tagen #codedesign

Loading...

Something went wrong.


Something went wrong.


United States Trends