ruby-science
The reference for writing fantastic Rails applications (by thoughtbot)
Flog
Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in. (by seattlerb)
ruby-science | Flog | |
---|---|---|
11 | 8 | |
639 | 947 | |
0.2% | -0.3% | |
1.1 | 5.5 | |
about 2 months ago | almost 2 years ago | |
Ruby | Ruby | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ruby-science
Posts with mentions or reviews of ruby-science.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-16.
-
Flog-Driven Development
So, bigger is worse, but how big is bad? At what number should you take action? Thoughtbot's Ruby Science book suggests a method is long or complex with a flog score above 10. It also posits that a class is long or complex with a flog score above 50.
-
Where can I learn to deliver a proper solution?
Ruby Science - it's a free book by thoughtbot. It might be the most short term beneficial thing honestly. It just points out all of these various practical patterns you can immediate use to increase code quality.
-
Senior level resources like this for Ruby/Rails
I think you would appreciate Ruby Science. I love this book, it's extremely practical.
-
If you want to learn OOP, learn Ruby. -some comments about Ruby.
Well, if you're programming in Ruby, a great place to start is the Ruby Science book by ThoughtBot. It's a bottom-up approach to improving your code by identifying code smells and applying OO principles to fix them. Identifying smells in your own code will lead you to the OO principles that you need to learn to build your OO skills.
-
How to be a better Rails developer?
Read Ruby science to learn about code smells and good architecture.
-
I'm a front-end dev currently being asked to work on a Rails API backend. What are some good resources to get comfortable with the language and the framework?
It's a bit more advanced, but I like Ruby Science by thoughtbot.
-
Any advance ruby/rails book to read?
Check out Ruby Science by Thoughtbot which I found useful at your stage.
-
What are the top 10 software engineer things they don't teach you in school?
Code smells. Ruby science is a good one for Ruby.
-
Who's creating the best content to help Ruby/Rails developers improve?
Currnetly reading ruby science. 200+ page guide on code smells and solutions.
-
RoR Resources
This book is old but it's still very relevant https://github.com/thoughtbot/ruby-science. Also check out thoughtbot's blog and www.gorails.com
Flog
Posts with mentions or reviews of Flog.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-16.
-
Practical approach to software complexity
Taking actual measurements is pretty easy and usually limited to execution of a single command. In ruby universe that would be flog.
- The flog gem reports the most tortured code in an easy to read pain report
-
Flog-Driven Development
You point flog to a file, or directory, and it provides you with a score. The higher the score, the more attention you might want to pay to it. As for how flog calculates the number, I'll let flog summarize itself again:
-
Improve Code in Your Ruby Application with RubyCritic
Flog checks how difficult your code is to test. It sets a complexity score for each line of code and sums up the score for each method and class.
-
Gems that can identify churn, complexity, duplication and smells.
flog
- Code Red: The Business Impact of Code Quality
What are some alternatives?
When comparing ruby-science and Flog you can also consider the following projects:
real-world-rails - Real World Rails applications and their open source codebases for developers to learn from
Flay - Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.
alba - Alba is a JSON serializer for Ruby, JRuby and TruffleRuby.
Pronto - Quick automated code review of your changes
upcase - Sharpen your programming skills.
Rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop]