Lucian Ghinda
All about coding

All about coding

Follow
homeRuby/Rails Tips and TILShortsEssaysAbout meWeekly Ruby NewsletterBlog Newsletter
Tag

design patterns

#design-patterns

More content

Read more stories on Hashnode


Articles with this tag

A method's gravity

Feb 10, 20237 min read

#small #methods #code #design #ruby · What is method gravity? What I call Method Gravity means for me: The bigger the method the more new lines of code...

A method's gravity

Write code that is easy to change

Jul 10, 20225 min read

How to think about design principles and what to do to improve your skills in this area · I read this article about DRY and this prompted me to write...

Write code that is easy to change

API Design - choosing status code for a GET route

Feb 5, 20224 min read

Context You need to design some routes with the following properties: you need to do some computation in the backend they are idempotent: every time...

API Design - choosing status code for a GET route