#code_refactoring 検索結果

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…

Long video (1hr) but wanted to show a practical example of refactoring an existing codebase with AI. I did dependency upgrades, ran codemods, combined/deleted files, and more. I used Cursor Tab & Agent, as well as coding things by hand (gasp!)


🔵 𝐂𝐥𝐞𝐚𝐧 𝐘𝐨𝐮𝐫 𝐂𝐨𝐝𝐞𝐛𝐚𝐬𝐞 𝐑𝐞𝐠𝐮𝐥𝐚𝐫𝐥𝐲! 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…

I hit that 80% wall with Lovable, you know, when the idea works, but everything breaks the moment you add “just one more feature.” Debugging felt like blindfolded coding in a black box. Here’s how I turned that chaos into control, and shipped production-grade apps without…

darshal_'s tweet image. I hit that 80% wall with Lovable, you know, when the idea works, but everything breaks the moment you add “just one more feature.”

Debugging felt like blindfolded coding in a black box.

Here’s how I turned that chaos into control, and shipped production-grade apps without…

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

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

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!

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…

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.


#RetrofitWriting: a daily practice that will revolutionise your way of reading. Take a classic. Transplant it into the future. Rewrite it with AI. Not fanfic. Not pastiche. A graft. A new art. Try it. #SciFi #WritingCommunity


i really hate when im trying to delete an old pattern in a codebase so i ask codex to handle this seemingly easy task of updating all the places to the new pattern, and it freaks out and goes into a ITS TOO MANY CHANGES I CANT HANDLE IT REVERT loop


Revamping some code I built with Claude back in June. It works, does what its supposed to, but the code is, lets say, inelegant. Working on 2 agents. First one examines the code and original docs, performs audit. Second one applies a specific arch and rebuilds from findings


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

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

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

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

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

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

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

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

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

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

قبل / بعد

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 🧵

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


I completely agree with this list. Refactoring is a crucial skill that separates good developers from great ones. Clean code isn't overrated; it's essential for long-term project health.


Codex remains undefeated for long refactors. Step 0: make sure tests exist Step 1: plan Step 2: discuss Step 3: add checkpoints/checklists Step 4: let it cook Step 5: go nap, it’ll be done when you’re back.

fernandocm199's tweet image. Codex remains undefeated for long refactors.

Step 0: make sure tests exist
Step 1: plan
Step 2: discuss
Step 3: add checkpoints/checklists
Step 4: let it cook
Step 5: go nap, it’ll be done when you’re back.

The differences between code refactoring and software reengineering en.itpedia.nl/2024/08/03/de-… Although #code_refactoring and #softwarereengineering share the common goal of improving #software, they differ in scope, objectives and scale of changes. #refactoring, #reengineering.


ال #code_refactoring الناجح يحقق لك كود أسهل و أكثر ترتيباً و لكن بأداء افضل، و قدرة افضل على استمرار صيانة الكود وتحديثه، سد ثغرات محتمله، و سيكيورتي عالي..


مفهوم ال #Code_Refactoring يتردد كثيراً خاصة في مجال #هندسة_البرمجيات ماهو وماهي أهميته.. باختصار code refactoring هو اعادة هيكلة الكود وتحديثه بما يتناسب مع التقنيات الجديدة بدون اضافه اي ميزات جديدة او تغيير في مهمه وعمل هذا الكود.


This is constant dilemma every Developer will have to go through. #code_refactoring


کی و با چه انگیزه‌ای کد رو بازسازی کنیم؟ اصلا چرا code refactoring؟ برای کیفیت بیشتر؟ برای رعایت اخلاق حرفه‌ای؟ یا ...؟ این ارائه از مارتین فاولر رو ببینید. bit.ly/2IMrUOT #code_refactoring


looking forward! #code_refactoring #Agile

The second edition of Refactoring has been sent to the printers martinfowler.com/articles/refac…



یه نکته خیلی عجیب این بود که توی اینترنت هیچ محتوی فارسی راجع به #Defensive_Programming و #Code_Refactoring پیدا نکردم!


یه متن ترجمه با کیفیت قابل قبول آماده کردم واسه #Code_Refactoring میزارم روی وبلاگ در چند روز آینده حدودا 15 صفحه هست.


12h of #code_refactoring is not easy thing ;)


CSS schön und gut, aber bei 20 Styleattributen in einer Zeile und verschachtelten Klassen genauso unübersichtlich #code_refactoring


"#code_refactoring" に一致する結果はありません
Loading...

Something went wrong.


Something went wrong.


United States Trends