#refactoringcode arama sonuçları

If you're a developer who writes code daily, remember these 5 things: - First, make it work - Then make it pretty - Add safety with lots of tests - Stay away from over-engineering - Refactor if needed (and it usually is needed) Refactoring is your superpower for cleaning up…

mjovanovictech's tweet image. If you're a developer who writes code daily, remember these 5 things:

- First, make it work
- Then make it pretty
- Add safety with lots of tests
- Stay away from over-engineering
- Refactor if needed (and it usually is needed)

Refactoring is your superpower for cleaning up…

HUGE AI breakthrough from META. This can change everything (in AI industry) 30x Faster LLMs, 16x Bigger Contexts, Zero Accuracy Loss 👀 Meta Superintelligence Labs is clearly already cooking. "The core problem with long context is simple: making a document 2x longer can make…

Dr_Singularity's tweet image. HUGE AI breakthrough from META. This can change everything (in AI industry)

30x Faster LLMs, 16x Bigger Contexts, Zero Accuracy Loss 👀

Meta Superintelligence Labs is clearly already cooking.

"The core problem with long context is simple: making a document 2x longer can make…

Meta Superintelligence Labs just made LLMs handle 16x more context and unlocked up to a 31x speedup. 🤯 Their new REFRAG framework rethinks RAG from the ground up to achieve this, all with zero drop in accuracy. Here's how it works: The core problem with long context is…

JacksonAtkinsX's tweet image. Meta Superintelligence Labs just made LLMs handle 16x more context and unlocked up to a 31x speedup. 🤯

Their new REFRAG framework rethinks RAG from the ground up to achieve this, all with zero drop in accuracy.

Here's how it works:

The core problem with long context is…


Presenting the All New Devtool! Integrating Reclaim Protocol to verify user information just got so much easier! - Easier integration - Better Documentation - Simpler UX - New debugging tools All in one place!

reclaimprotocol's tweet image. Presenting the All New Devtool!

Integrating Reclaim Protocol to verify user information just got so much easier!

- Easier integration
- Better Documentation
- Simpler UX
- New debugging tools

All in one place!

🔵 𝐂𝐥𝐞𝐚𝐧 𝐘𝐨𝐮𝐫 𝐂𝐨𝐝𝐞𝐛𝐚𝐬𝐞 𝐑𝐞𝐠𝐮𝐥𝐚𝐫𝐥𝐲! Something that is common in software development is modules being removed from the business rule and just commented in the code or having the function removed from the screen, but it remains a mess in the back-end, I…

pedroconstech's tweet image. 🔵 𝐂𝐥𝐞𝐚𝐧 𝐘𝐨𝐮𝐫 𝐂𝐨𝐝𝐞𝐛𝐚𝐬𝐞 𝐑𝐞𝐠𝐮𝐥𝐚𝐫𝐥𝐲!

Something that is common in software development is modules being removed from the business rule and just commented in the code or having the function removed from the screen, but it remains a mess in the back-end, I…

Think you're done coding? Think again. Reviewing your own work before handing it off is one of the most powerful habits in software development. Catch typos, logic errors, and missed edge cases before your teammates do. #code #codereview #architecture #refactoring #developers

EonWeaveLabs's tweet image. Think you're done coding? Think again.

Reviewing your own work before handing it off is one of the most powerful habits in software development.

Catch typos, logic errors, and missed edge cases before your teammates do.

#code #codereview #architecture #refactoring #developers

كتابة كود نظيف وسهل القراءة مو رفاهية، بل مهارة أساسية لأي مبرمج. في هذا المثال من مشروع PHP، الكود القديم كان يشتغل لكنه صعب القراءة والصيانة. بعد الـRefactor: أسماء واضحة، وظائف منفصلة، وتعليقات توضّح الهدف. النتيجة؟ كود أكثر مرونة واستدامة قبل / بعد

iDevMohammed's tweet image. كتابة كود نظيف وسهل القراءة مو رفاهية، بل مهارة أساسية لأي مبرمج.

في هذا المثال من مشروع PHP، الكود القديم كان يشتغل لكنه صعب القراءة والصيانة.

بعد الـRefactor: أسماء واضحة، وظائف منفصلة، وتعليقات توضّح الهدف.

النتيجة؟ كود أكثر مرونة واستدامة

قبل / بعد
iDevMohammed's tweet image. كتابة كود نظيف وسهل القراءة مو رفاهية، بل مهارة أساسية لأي مبرمج.

في هذا المثال من مشروع PHP، الكود القديم كان يشتغل لكنه صعب القراءة والصيانة.

بعد الـRefactor: أسماء واضحة، وظائف منفصلة، وتعليقات توضّح الهدف.

النتيجة؟ كود أكثر مرونة واستدامة

قبل / بعد

Today I refactored more than 200 files following strict types with confidence as tests cover me for any errors

bhanwarps's tweet image. Today I refactored more than 200 files following strict types with confidence as tests cover me for any errors

At Schema by @Figma, we announced the Design Systems Remodel — a foundational rewrite of Figma’s design systems architecture that makes editing in large files up to 60% faster.


• How to refactor legacy code: part 1 • For this series, I have found some fairly nasty code that I will work through as an example, step by step. Watch part 1 here ➡️ bit.ly/How2RefactorLC1 #RefactoringCode #SoftwareEngineering


Didn’t see that one coming! The second edition of @martinfowler’s “Refactoring” will be in JavaScript. martinfowler.com/articles/20180…

rauschma's tweet image. Didn’t see that one coming! The second edition of @martinfowler’s “Refactoring” will be in JavaScript.
martinfowler.com/articles/20180…

Yup, refactoring goes to defcon 1 due to getting 96 type missmatches 👍

Danangoffic's tweet image. Yup, refactoring goes to defcon 1 due to getting 96 type missmatches 👍

Don't be that teammate who blindly refactors code and only makes things worse. Let's look at some good vs bad refactoring patterns with real examples 🧵

Steve8708's tweet image. Don't be that teammate who blindly refactors code and only makes things worse.

Let's look at some good vs bad refactoring patterns with real examples 🧵

After refactoring my whole backend code. It look so good now🙂‍↕️

mascara_jnr's tweet image. After refactoring my whole backend code.

It look so good now🙂‍↕️

If you think about refactoring your codebase, what comes to mind? Fear? Annoyance? A sense of overwhelm? Well, don't worry - here, @TheAnkurTyagi walks you through some helpful ways to refactor complex codebases. You'll learn about isolating issues, breaking down monolithic…

freeCodeCamp's tweet image. If you think about refactoring your codebase, what comes to mind? Fear? Annoyance? A sense of overwhelm?

Well, don't worry - here, @TheAnkurTyagi walks you through some helpful ways to refactor complex codebases.

You'll learn about isolating issues, breaking down monolithic…

Refactoring JavaScript tip: ✨ Write self explanatory code and enjoy:👇 - Easy understanding - More flexibility (reuse, negate, quick modify...) - Easy debug - Preventing mistakes

IMAC2's tweet image. Refactoring JavaScript tip: ✨

Write self explanatory code and enjoy:👇

- Easy understanding
- More flexibility (reuse, negate, quick modify...)
- Easy debug
- Preventing mistakes

🔥 TypeScript has a bunch of super handy commands for refactoring your codebase - made available in most editors


Turning a Functional Code Base Into an Object Oriented Code Base not easy but I did it #refactoringcode #javascript #CODE

King_GZM's tweet image. Turning a Functional Code Base Into an Object Oriented Code Base
not easy but I did it

#refactoringcode #javascript #CODE

Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

ReleaseTEAMcorp's tweet image. Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? 

Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

If it works, don’t touch it 😊 #SoftwareDevelopment #refactoringcode

Just a friendly reminder before you start refactoring your code 😂👇🏻

RyanEls4's tweet image. Just a friendly reminder before you start refactoring your code 😂👇🏻


Unlock the power of code refactoring! Learn techniques, reap benefits, and navigate potential drawbacks in this in-depth exploration of code refactoring. spec-india.com/blog/code-refa… #CodeRefactoring #Refactoringcode #CleanCode #Refactoring #Coding #CodeRefactor


Turning a Functional Code Base Into an Object Oriented Code Base not easy but I did it #refactoringcode #javascript #CODE

King_GZM's tweet image. Turning a Functional Code Base Into an Object Oriented Code Base
not easy but I did it

#refactoringcode #javascript #CODE

If you want to improve your coding abilities, you should practice code reviewing. See how I tackle code refactoring and code roast a Chess game, in my latest video here: youtu.be/n0i4SqjQdis #refactoring #coderoast #refactoringcode #pythoncoderoast #chessgamecoderoast

ArjanCodes's tweet card. Step-By-Step Chess Game Refactoring | Code Roast

youtube.com

YouTube

Step-By-Step Chess Game Refactoring | Code Roast


The first step on #RefactoringCode. To ensure that I've a solid set of tests for that section of code. The tests are essential because even though I will follow refactorings structured to avoid most of the opportunities for introducing bugs, I’m still human & still make mistakes.


When project #code or architecture is neglected, issues will compound over time, and the happiness of your #developers will suffer. #RefactoringCode in little bits over time will always be more economical than doing a rewrite every couple of years. #JS hubs.la/Q016zpHs0


Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

ReleaseTEAMcorp's tweet image. Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? 

Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

Turning a Functional Code Base Into an Object Oriented Code Base not easy but I did it #refactoringcode #javascript #CODE

King_GZM's tweet image. Turning a Functional Code Base Into an Object Oriented Code Base
not easy but I did it

#refactoringcode #javascript #CODE

Great article from @afilina on the lessons she learned from testing and refactoring Legacy! #refactoring #refactoringcode #softwaredeveloper #codefixes #codeimprovement #codetesting

siderlabs's tweet image. Great article from @afilina on the lessons she learned from testing and refactoring Legacy! #refactoring #refactoringcode #softwaredeveloper #codefixes #codeimprovement #codetesting

refactoring code before(right side), after(left side) #Python #RefactoringCode context : The functions check if the 'value' can be inserted in a particular position(x, y) in its row or column , in a game of sudoku.

code_chunk's tweet image. refactoring code
before(right side), after(left side)
#Python #RefactoringCode 
context : The functions check if the 'value' can be inserted in a particular position(x, y) in its row or column , in a game of sudoku.

Loading...

Something went wrong.


Something went wrong.


United States Trends