Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
quii
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Learn Go with Tests: Revisiting time, with testing/synctest
(quii.gitbook.io)
1 points
by
quii
1mo ago
|
0 comments
2.
▲
We Learned This Lesson Already
(quii.dev)
1 points
by
quii
1mo ago
|
0 comments
3.
▲
Why Build vs. Buy is the wrong question
(quii.dev)
2 points
by
quii
3mo ago
|
0 comments
4.
▲
The Weight of AI on Engineers
(quii.dev)
3 points
by
quii
7mo ago
|
0 comments
5.
▲
Go is an object-oriented language
(blog.gypsydave5.com)
4 points
by
quii
2y ago
|
0 comments
6.
▲
Learn Go with Tests – Working without mocks
(quii.gitbook.io)
1 points
by
quii
3y ago
|
0 comments
7.
▲
Learn Go with Tests reached 20k stars
(quii.dev)
3 points
by
quii
3y ago
|
0 comments
8.
▲
Practical ways to shift QA left
(quii.dev)
2 points
by
quii
3y ago
|
0 comments
9.
▲
by
quii
3y ago
Well, the point I'm making is the technology choices we make, have an impact on the experience of the user, literally the 2nd paragraph.
10.
▲
by
quii
3y ago
OP here! The hx-boost hijacks links to make it feel like an SPA. I added it for fun NGL, removed it now though :)
11.
▲
by
quii
3y ago
OP here! The hx-boost hijacks links to make it feel like an SPA. I added it for fun NGL, removed it now though :)
12.
▲
by
quii
3y ago
Converting data to a HTML string is not a performance bottleneck you'll be worrying about. I wasn't worrying about it much in 2000, and you really shouldn't need to in 2023.
13.
▲
by
quii
3y ago
I think both are valid, as i mentioned in the article, for this particular case, the psuedo content-negotiation felt right
14.
▲
by
quii
3y ago
Thanks for taking the time to read the article :) A lot of the comments here seem to implying that I claim "htmx is the one hammer to solve all website needs", even when I explicitly say SPAs have their place in the article. A hyp
15.
▲
Htmx Is the Future
(quii.dev)
836 points
by
quii
3y ago
|
651 comments
16.
▲
Learn Go with tests: Scaling acceptance tests
(quii.gitbook.io)
1 points
by
quii
4y ago
|
0 comments
17.
▲
Learn Go with Tests: Intro to acceptance testing
(quii.gitbook.io)
1 points
by
quii
4y ago
|
0 comments
18.
▲
by
quii
4y ago
Hi, author here. The project is open-source ( https://github.com/quii/learn-go-with-tests ) so there's a few options available to you. In releases, you'll find PDFs and epubs, I'm pretty sure most epub rea
19.
▲
Learn Go with Tests – Generics
(quii.gitbook.io)
2 points
by
quii
5y ago
|
0 comments
20.
▲
Learn Go with Tests – Templating
(quii.gitbook.io)
1 points
by
quii
5y ago
|
0 comments
21.
▲
Learn Go with Tests – Reading Files
(quii.gitbook.io)
1 points
by
quii
5y ago
|
0 comments
22.
▲
by
quii
6y ago
Thanks for this, it's an important comment because it's linking to the master branch but I changed it to main a while ago so master is quite far behind.
23.
▲
by
quii
6y ago
I'm not sure how they're mutually exclusive. Also TDD is more of a _design_ technique than a testing technique. I've worked in languages with extremely expressive typesystems (like Scala) and I still practiced TDD
24.
▲
Learn Go with Tests – Intro to Generics
(quii.gitbook.io)
3 points
by
quii
6y ago
|
0 comments
25.
▲
Learn Go with Tests – TDD Anti-Patterns
(quii.gitbook.io)
1 points
by
quii
6y ago
|
0 comments
26.
▲
How My Website Works
(quii.dev)
1 points
by
quii
6y ago
|
0 comments
27.
▲
Learn go with tests: Revisiting HTTP handlers
(quii.gitbook.io)
2 points
by
quii
6y ago
|
0 comments
28.
▲
by
quii
6y ago
Just because something isn't skilled doesn't mean it's not important or doesn't bring value. The people who do these jobs deserve a decent wage and respect, not psuedo-wage-slavery
29.
▲
by
quii
7y ago
Well it's open source so just go take a look https://github.com/quii/learn-go-with-tests
30.
▲
by
quii
7y ago
The point of "just writing enough to make the test pass" is to get you to the point where you have working software (proven by the test, even if the code is "bad") This is the _only_ point where you can safely refactor,
More ›