Joined August 2013
·

Anton Kuzmin

Web-application developer at Clean Code OÜ
·
Estonia
·
·
·

Posted to Fix Skype on OS X 10.9 Mavericks over 1 year ago

It hangs though on wakeup.

Posted to Strong Parameters the Right Way over 1 year ago

I think it's better to handle parameters in form class. What do you think?

Posted to The rarely used === in Ruby over 1 year ago

Thanks, thenickperson. I'd follow that recommendation.

Posted to Array#extract_if over 1 year ago

Will it be as efficient as #reject! method?

If you really want to delete items from existing array, it makes sense to do it with linked list. I suspect that deleting item from ruby array shifts the other elements to occupy the empty slot?

Achievements
59 Karma
3,544 Total ProTip Views