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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Software Engineering for Professionals – talk ideas

1 点作者 tamersalama超过 6 年前
Where I work, we&#x27;re seeing more professionals (operations engineers, production engineers, accountants, geophysicists, scientists, ...) working on developing their own &#x27;applications&#x27; for reporting, visualizations and data analytics.<p>I thought it&#x27;d be good idea to give a talk about software engineering to help them better understand the tools, architecture, trade-offs, ecosystems and such.<p>Any thoughts on what to include and how to make it more appealing to a wide audience?

1 comment

AnimalMuppet超过 6 年前
Source code control.<p>Code reviews before checkin.<p>Tests. (&quot;What is your objective evidence that it does what you need it to do?&quot;)<p>Keeping track of bugs - a bug database, even if somewhat informal.<p>Handling unexpected input. (For these people, &quot;complain and die&quot; may be a valid approach, but don&#x27;t just continue and produce garbage output.)<p>Discussing a variety of languages, and giving some guidance on when to use each, might be useful.