TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Software engineers, care much about end-to-end integration?

1 点作者 portoal将近 2 年前
At work, other software engineers seem to not pay much attention other components &#x2F; microservices and let testers pick up the defects. Surely company’s policy can improve, but it’s very annoying to see no one other engineers are interested to improve the whole system.<p>There are some automated integration tests, but they don’t go fully end to end, so manual testing are needed.<p>So i have seen simple common scenarios that should work the first time around requires two or three tries.

1 comment

portoal将近 2 年前
I myself like to see my code working end to end, one habit that i like doing since my first job, initially mostly because of curiosity.