0
votes
Class with single method — best approach?
If this method is stateless and you don't need to pass it around, then it makes the most sense to define it as static. If you DO need to pass the method around, you might consider using a …
4
votes
Have you ever had a client express concern over the services you provide simply because you use PHP?
What I have noticed is that if you are dealing with people who are not savvy, your choice of language makes no difference to them. However, a lot of companies seem to have one or two individuals w …
