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)
Well you can check source code of dev.to itself.
github.com/thepracticaldev/dev.to
Aw yes, Airbnbn style guide for ruby github.com/airbnb/ruby
thanks for the link, I'm looking for the code repo with good architecture/style implemented :)
Ruby Style Guide -> github.com/rubocop-hq/ruby-style-g...
Rails Style Guide -> github.com/rubocop-hq/rails-style-...