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... …
2y ago·view thread
comment
The Big TDD Misunderstanding https://linkedrecords.com/the-big-tdd-misunderstanding-8e22c... …
2y ago·view thread
comment
or zettlr
2y ago·view thread
comment
was it MonsterWriter?
2y ago·view thread
comment
Try monsterwriter. It supports academic features (footnotes, cross-references, citations, captions...) and it supports export to HTML, LaTeX, PDF
2y ago·view thread
comment
MonsterWriter
2y ago·view thread
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.
2y ago·view thread
comment
I use MonsterWriter
2y ago·view thread
comment
Agree it is a little tricky to get startet. But once configured, it helps a lot
2y ago·view thread
comment
Do you have any references that BDD was used as a term before Cucumber?
2y ago·view thread
comment
It should be "when people started considering parts of the system under test as the “units”"
2y ago·view thread
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.
2y ago·view thread
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.
2y ago·view thread
comment
Thats a new term for me, thanks for pointing out.
2y ago·view thread
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 …
2y ago·view thread
comment
Agree, this is usually a sign the team writes tests for the sake of writing tests.
2y ago·view thread
comment
Maybe the term TDD in the title can be replaced with "unit testing". But unit testing is an major part of TDD.
2y ago·view thread
comment
I've wrote some thoughts on this topic down a few months ago: https://www.monsterwriter.app/chatgpt-in-academic-writing.ht... …
2y ago·view thread
comment
[Author’s note: These are not real references, unfortunately.]
2y ago·view thread
comment
In case of HTMX I would need to?
2y ago·view thread
comment
With SPA you only need one process (The API), the static SPA files should be placed on a CDN.
2y ago·view thread
comment
Whats the benefit then? Having another process running so I can justify the Kubernetes overhead?
2y ago·view thread