DEV Community

Ark Shraier
Ark Shraier

Posted on

Is there good Ruby/Rails repos to read and learn good architecture/coding manners?

Recently, I've found that reading other's code can bring a lot of new ideas and best practices. Spy good examples of specs or clean architecture examples.

If you know something well-written and covered with specs, or code which inspired you lately, please drop a line in comments.

Cheers! Appreciate every link 🤓

Top comments (4)

Collapse
 
koushikmohan1996 profile image
Koushik KM • Edited

Well you can check source code of dev.to itself.

github.com/thepracticaldev/dev.to

Collapse
 
brownio profile image
Antonio Djigo

Aw yes, Airbnbn style guide for ruby github.com/airbnb/ruby

Collapse
 
ark profile image
Ark Shraier

thanks for the link, I'm looking for the code repo with good architecture/style implemented :)

Collapse
 
iagosilva profile image
Iago Silva