Changes between Initial Version and Version 1 of Ticket #54504, comment 38
- Timestamp:
- 12/07/2021 11:55:11 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54504, comment 38
initial v1 10 10 * is common practice across many programming languages including JavaScript, PHP, Python, C#, etc. 11 11 * is common practice in open source projects including PHPMailer (already embedded in Core), WooCommerce, WP-CLI, Drupal, Joomla, Laravel, Symfony, BigCommerce, Composer, PHPUnit, etc. 12 * is not a replacement for bad naming, quite the contrary.13 12 * works well for functions, classes, traits, interfaces, etc. 14 13 15 14 In my opinion: 16 15 * It's not evil. 16 * It does not promote "lazy" or bad naming practices. 17 17 * Yes, naming stuff is hard. It's always been hard and I've seen folks struggle to name things throughout my 35 years in engineering. 18 18