Viewing profile — codeguy
codeguy
HN member- Joined
- Sat, Jul 24, 2010, 5:09 PM UTC
- HN karma
- 41
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About codeguy
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #7341259
Hi nikic. Thanks for the feedback! (I'm the author of that article). The O'Reilly editors made a few changes to the wording without my review that make it more ambiguous as to what…
- story
-
comment
Comment #4212922
haha. Always good advice. But I checked. It's fine :)
-
comment
Comment #4212862
I agree. It's very much in a v1.0 form right now. Once I move over to GitHub Pages, I hope to add more links to tutorials and code samples without bloating the document itself.
-
comment
Comment #4212844
As mentioned elsewhere in the comments, I'll be moving over to GitHub Pages tonight to do exactly this.
-
comment
Comment #4212800
I'd definitely filter input that goes into a database. But if you think the wording can be made better, definitely send a pull request. Thanks!
-
comment
Comment #4212776
Will be moving over to GitHub pages w/ Jekyll soon to automate build process.
-
comment
Comment #4212765
I think it's less about being "superior" than standardizing on a common style. Makes it easier to get up and running with someone else's code. But if your team agrees on a common b…
-
comment
Comment #4212739
All good points. If you'd like to submit a pull request, I'll be happy to credit you with the additions and get them added to the site.
-
comment
Comment #4212729
Thanks for the suggestion. Feel free to send a pull request and I'll be happy to add it in!
- story
-
comment
Comment #1711133
Looks promising! I've actually been developing my own Sinatra clone in PHP5. I've called it "Slim". It has RESTful GET, POST, PUT, DELETE routing. It has before and after callbacks…