抱怨一下PHP
最近在用PHP做项目。总体上来说,我觉得这个开源的语言挺不错的,但是也有些地方让我极其不爽,比如弱类型变量、变量未经声明就可以使用等等等等。
就拿上周五的一件事来说吧,当时有一个函数,根据参数option来返回不同的结果:
define ( " option1 " , " option1 " );
define ( " option2 " , " option2 " );
function get_something( $option = option1) {
if ( $option == option1)
do_something1();
elseif ( $option == option2)
do_something2();
}
?>
也许有人会说造成这一切的是因为我自己粗心大意,如果小心一点,就不会发生这种事。但是我不同意这个说法,从古至今,谁能不犯错?假如PHP有如VB那样的option explicit,那么在这段脚本在被解释时就会报错,而不是生成一个意想不到的结果来混淆我的视线,我就不用花30分钟来找这个BUG,造成这个麻烦的更多是由于PHP本身的设计。
虽说做软件最重要的是程序员的思想,但是我还觉得,一门高效的语言更为重要,从这点来说,.Net和Java真是强大呀,两者中.Net在做中小型企业开发的时候更为高效,有段时间没接触.Net了,希望将来3.0、4.0会越来越好吧。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

11 Best PHP URL Shortener Scripts (Free and Premium)

Working with Flash Session Data in Laravel

Build a React App With a Laravel Back End: Part 2, React

Simplified HTTP Response Mocking in Laravel Tests

cURL in PHP: How to Use the PHP cURL Extension in REST APIs

12 Best PHP Chat Scripts on CodeCanyon

Announcement of 2025 PHP Situation Survey
