#clean-code

[ follow ]
Web development
fromMedium
2 weeks ago

Turning design into code: Figma Make vs Anima Playground

AI tools like Figma Make and Anima Playground assist in turning designs into clean code for product design.
fromLogRocket Blog
1 month ago

SOLID series: Understanding the Interface Segregation Principle (ISP) - LogRocket Blog

At a buffet, instead of getting to choose the dishes you want, you are handed a large tray filled with everything - sushi, pizza, hamburgers, and a weird-looking dessert. If all you wanted was a slice of pizza, you would find the whole platter a tad overwhelming, right?
Software development
fromLogRocket Blog
2 months ago

Liskov Substitution Principle (LSP) - LogRocket Blog

LSP enables safe substitution of class instances, preventing system breaks.
#ruby
fromRubyflow
2 months ago
Ruby on Rails

Struggling with error handling in your Ruby apps?

Excessive use of `rescue` can make debugging difficult and hide critical bugs.
fromRubyflow
3 months ago
Ruby on Rails

Testing Beyond the Basics in Ruby

Test suites should aim to provide more than just passing results; they should also ensure comprehensive coverage and understanding.
Ruby on Rails
fromRubyflow
3 months ago

Testing Beyond the Basics in Ruby

Test suites should aim to provide more than just passing results; they should also ensure comprehensive coverage and understanding.
fromHackernoon
2 years ago

Good Programmers Always Be Refactoring | HackerNoon

Clean code is essential for maintainability and reduces technical debt.
Engineers should prioritize refactoring alongside feature development.
Refactoring can be integrated into regular code updates subtly.
[ Load more ]