this post was submitted on 05 Dec 2023
9 points (80.0% liked)

Web Development

3431 readers
1 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 10 months ago (1 children)

But you will be glad for every non affected test, because the ensure nothing else breaks when you fulfil the whims of PM.

I love having tests

[โ€“] [email protected] 0 points 10 months ago

Except for those that are too coupled. Or those that pass because the response of the class you changed was stubbed in that other test.

I love tests too by the way. Just many things I'm still not sure how to test properly. Always struggling with the borders between integration and isolation.