Hacker News new | ask | show | jobs
by getsat 5148 days ago
This is absolutely not common knowledge. I have never seen an applicant use \A or \Z instead of ^/$.

They typically also use and/or instead of &&/|| and potentially introduce subtle bugs into their code when the former would suffice.

1 comments

Er, the latter! You almost never need to use and/or compared to how frequently you use &&/||. Sorry for the mistake.