Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54504, comment 38


Ignore:
Timestamp:
12/07/2021 11:55:11 AM (3 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54504, comment 38

    initial v1  
    1010* is common practice across many programming languages including JavaScript, PHP, Python, C#, etc.
    1111* 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.
    1312* works well for functions, classes, traits, interfaces, etc.
    1413
    1514In my opinion:
    1615* It's not evil.
     16* It does not promote "lazy" or bad naming practices.
    1717* 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.
    1818