back
user profile
WolfOliver
1,735karma·725submissions·December 22, 2014
about
Socials:
- x.com/WolfOliver
recent activity (725 total)
comment
"Do not isolate code when you test it" from The Big TDD Misunderstanding: https://linkedrecords.com/the-big-tdd-misunderstanding-8e22c... …
comment
The Big TDD Misunderstanding
https://linkedrecords.com/the-big-tdd-misunderstanding-8e22c... …
comment
or zettlr
comment
was it MonsterWriter?
comment
Try monsterwriter. It supports academic features (footnotes, cross-references, citations, captions...) and it supports export to HTML, LaTeX, PDF
comment
MonsterWriter
comment
Nice article, I always had the impression that we value DX a little too much.
I mean developers are paid to do the jobs, but users are not.
comment
I use MonsterWriter
comment
Agree it is a little tricky to get startet. But once configured, it helps a lot
comment
Do you have any references that BDD was used as a term before Cucumber?
comment
It should be "when people started considering parts of the system under test as the “units”"
comment
It make sense to write a test for a class when the class/method does complex calculations. Today this is less the case then it was when the test pyramid was introduced.
comment
> It leads with considering "unit" to be "the whole system" being bad I do not understand this statement. Could you point out which part of the article you mean.
comment
Thats a new term for me, thanks for pointing out.
comment
It is the safest way to make sure your test will actually fail in case your code does not work. I often had the situation where I wrote a test which is always green, if if the code is broken. Often I …
comment
Agree, this is usually a sign the team writes tests for the sake of writing tests.
comment
Maybe the term TDD in the title can be replaced with "unit testing". But unit testing is an major part of TDD.
comment
I've wrote some thoughts on this topic down a few months ago: https://www.monsterwriter.app/chatgpt-in-academic-writing.ht... …
comment
[Author’s note: These are not real references, unfortunately.]
comment
In case of HTMX I would need to?
comment
With SPA you only need one process (The API), the static SPA files should be placed on a CDN.
comment
Whats the benefit then? Having another process running so I can justify the Kubernetes overhead?