Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
euske
on Aug 18, 2017
|
parent
|
context
|
favorite
| on:
Naming things (2015) [pdf]
For some reason I want to avoid names beginning with numbers. All my filenames can be used as an identifier (except the extension part).
i.e. [a-zA-Z][0-9a-zA-Z_]+\.[a-z0-9]+
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
i.e. [a-zA-Z][0-9a-zA-Z_]+\.[a-z0-9]+