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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What *unsexy tasks improve a project or a team as a Software Engineer?

1 点作者 _ewbb超过 6 年前
*Just to clarify, unsexy means the stuff nobody really wants to do.<p>I&#x27;m currently working on a large project that is maturing and I&#x27;m trying to figure out what I can do on the side to support the team and increase the overall project quality.<p>I&#x27;m aiming to work on my overall knowledge of the tools and systems used by engineers, PMs, scrum master, etc. The idea being that if someone needs help with something I may be able to contribute something useful.<p>So far I&#x27;ve been trying to identify the most impactful tasks, some of which might be:<p>- Gathering statistics about, and contributions made, to the project daily and generating a newsletter after each release. This could be automated and would help with distributing knowledge across the entire team.<p>- Fixing linter warnings in the code base. Warnings can be introduced for many different reasons and some get very little attention.<p>- Documenting why something was added as a dependency during development. For example in our frontend stack there are tons of dependencies that have been added by senior members of the team but the reasoning was never communicated.<p>- Refactoring.<p>- Performance optimisations for web API calls or improving web API designs.<p>- Accessibility improvements.<p>- User experience improvements, maybe things like animations. I like to think of this as making the UI &quot;juicy&quot;<p>- ???<p>I&#x27;d like to know what others feel has had the most impact for their project or team.

1 comment

Chyzwar超过 6 年前
Write tests: unit, integration, acceptance. Integrate test in CI&#x2F;CD.
评论 #18832754 未加载