Y
Hacker News
new
|
ask
|
show
|
jobs
by
geek_at
3271 days ago
thanks I fixed it
1 comments
philjohn
3271 days ago
Another small point, you don't need that starts with function, just use strpos === 0.
link
jacquesm
3271 days ago
It's actually good practice to wrap a bit of code like that in a function with a name, as long as it isn't in some kind of extremely frequently executed inner loop.
'starts_with' is descriptive and language agnostic where '=== 0' is neither.
link