Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upunused data #518
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
pushcx
Jun 26, 2018
Member
This would be an non-idiomatic, high-maintenance change that would result in brittle code for a negligible performance gain.
If these are coming from a static analysis tool, please just post a meta thread about using it, or put in the human judgment to offer them only where the performance gain is worth the costs.
|
This would be an non-idiomatic, high-maintenance change that would result in brittle code for a negligible performance gain. If these are coming from a static analysis tool, please just post a |
hyperloop-rails commentedJun 26, 2018
lobsters/app/controllers/users_controller.rb
Line 6 in 8db5de9
the used field of User is
is_active,username,is_banned,is_admin,is_modeartor,created_at,invited_by_user,banned_at,banned_by_user,banned_reason,hats,deleted_at,karma,average_karma. and unused fields are :email,email_messages,pushover_messages, and so on.