Maintain legacy code

From LemonWiki共筆
Jump to navigation Jump to search

cases of legacy code[edit]

legacy: require_once, include_once

legacy: mysql_query, mysql_fetch_array

legacy: foreach

legacy: nested if-else

  • alternative: interface
(left blank intentionally)
legacy: 
* alternative:

避免的 coding 習慣[edit]

避免的 coding 習慣

further reading[edit]