Viewing profile — naelyn
naelyn
HN member- Joined
- Fri, Oct 01, 2010, 10:01 PM UTC
- HN karma
- 12
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About naelyn
No profile information was provided.
Recent public activity
-
comment
Comment #6405664
> I suspect most users copy/paste anyway. Some forms disable the paste action in the second box to force you to type it again (to avoid copying an error).
-
comment
Comment #5429127
github: naelyn
- comment
-
comment
Comment #4636804
Coupling queries to the database (stored procedures) instead of to the code that uses them (inlined queries) seems like a recipe for deployment headaches. Especially if you're depl…
-
comment
Comment #4636615
So you're recommending writing a stored procedure for this? SELECT COUNT(*) FROM tblposts
-
comment
Comment #4636587
I don't agree with prefixing tables with "tbl" to distinguish them from views, but I do agree with the general notion of using the prefix for any "table-like" entity in a database.…