Leszynski Naming Convention - Disadvantages

Disadvantages

  • Since the Leszynski naming convention is a special form of Hungarian notation the same general disadvantages also apply to the Leszynski convention.
  • Changes in database design may require wholesale renaming. For example, replacing a table with a query would involve either retaining the tbl name for the query, or going through the entire database replacing the tbl name with a qry name.
  • When transferring the database to a different DBMS, problems will arise if the target DBMS does not support CamelCase names.
  • As every object of the same type starts with the same letter, it is not possible to navigate through the objects in a List box by typing the beginning letter.

Read more about this topic:  Leszynski Naming Convention