2007/01/24
- 24-Jan-2007Daily Links
World Public Opinion World View of US Role Goes From Bad to Worse (tags: culture history us politics) Coding Horror: Shipping Isn’t Enough (tags: development programming software) A List Apart: Articles: Paper Prototyping (tags: design howto interface project) Web 2.0 Technologies: Nested CRUD resources in Rails 1.2 (tags: rubyonrails webdev programming howto) Code Generation: The…
- 24-Jan-2007Trailing commas in an array OK in PHP
I was editing some code today and saw what looked like an error to me, but nothing was broken on the code I was looking at it, so I was prompted to look it up. And indeed, in PHP: “Having a trailing comma after the last defined array entry, while unusual, is a valid syntax.”…