Разбираемся, почему IBAction’ы нельзя называть ‘didTapButton’. Впервые за долгое время действительно важная статья!
http://blog.cocoafrog.de/2018/04/12/How-to-name-IBActions.html
#naming
http://blog.cocoafrog.de/2018/04/12/How-to-name-IBActions.html
#naming
blog.cocoafrog.de
Why you should not name your @IBActions didTapButton
Often I see code like this:
Вопросы нейминга классов от Егора Бугаенко.
https://www.yegor256.com/2018/08/22/builders-and-manipulators.html
#naming #oop
https://www.yegor256.com/2018/08/22/builders-and-manipulators.html
#naming #oop
Yegor Bugayenko
Builders and Manipulators
Giving good names to methods in object-oriented programming is a tough job, which can be done right if you follow this simple principle.