Live data from Hacker News

Show HN: Copper – A Go framework for your projects

github.com

81–86 of 86 posts

Re: Show HN: Copper – A Go framework for your projects

#81
post #79

Earlier quoted context omitted.

SQL is an incredible language with decades of theory and implementation behind it. I have never found an ORM to be better or faster or more useful than hand-written SQL for anything but the simplest of queries, and even then the benefit is debatable.

99% of a CRUD app -- which is most of them -- is going to be simple CRUD stuff. Load a thing from database, let user edit it, save it. Doing that in 'plain' sql, even with templating, is repetitive and error prone. An ORM that didn't let you escape to SQL when you wanted to do more complex things would be a total failure, of course -- but to suggest that they're not more convenient for the 80/20 or even 90/10 use cas…

| Must be NIH syndrome.

I strongly disagree that not wanting to add yet another abstraction layer onto a proven technology would be NIH.

Re: Show HN: Copper – A Go framework for your projects

#84

Am I do only one who hates frameworks that need a cli to get started?

ha, add me to that list :) I think it's fine if CLIs are optional and I've tried to do that with Copper. Of course, your initial setup will be longer without scaffolding so it's not a great first time developer experience

No post body was provided.

Re: Show HN: Copper – A Go framework for your projects

#85
Reading through the comments, most of you are either new to Go or new to web dev in general. Only that would explain how this SHITSHOW of a "framework" would get any praise at all.

What he copy/pasted already exists, only better.

The HN audience doesn't seem very sophisticaed. Hell even reddit's /r/golang is better informed than HN in this regard. Just read through all the issues people have with gorm and if you've ever did any real Go development you would not pick gorm as the default database package in the first place.

Amateurs all of you, I'm seriously sick of your unprofessional lack of knowledge and experience.

HackerNews my ass, more like NoobNews. GTFO

Re: Show HN: Copper – A Go framework for your projects

#86
post #84

Earlier quoted context omitted.

ha, add me to that list :) I think it's fine if CLIs are optional and I've tried to do that with Copper. Of course, your initial setup will be longer without scaffolding so it's not a great first time developer experience

Quoted post unavailable.

Because liking a cli is an individual preference and lots of dev, including me, would prefer it and find it useful.
Post reply on HN