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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: In what ways do non-developers waste money not knowing how to code?

8 点作者 castig超过 10 年前

4 条评论

mrfusion超过 10 年前
There are probably a lot of use cases for version control in the non programming world where people could benefit.<p>I&#x27;m guessing people waste time copying and versioning files, and emailing updates back and forth, losing old changes, etc.
lsiebert超过 10 年前
Taking data in one system or format that is already in a computer, and manually performing one of, or a combination ofm transformations, filtering, aggregating, moving to another system, etc.<p>Like I have gone through voter mailing data for a political candidate and filtered it, removed individuals who&#x27;s addresses were outside the area or who hadn&#x27;t voted in the last election, combined individuals with the same last name and the same address, then transformed it into a format suitable for address printing.<p>All that is pretty easy to do with code. If you wanted to go through several thousand by hand though in an unsorted list, that would be a pain. Businesses will have similar requirements... like taking sales data that is already entered and formatting it for a report.<p>Where non developers waste money is doing a repetitive time consuming rules based task on a computer without automating it.<p>Ancedotally, non developers also tend to undervalue their and their employee&#x27;s time. If you are paying an employee to do a task, if it&#x27;s not absolutely essential or doesn&#x27;t have a ROI that&#x27;s higher then money you are paying the employee per hour to handle it, it&#x27;s time to consider how important that task is.<p>Finally, again ancedotally, non developers often won&#x27;t invest in maintenance costs, and instead end up paying for time sensitive repairs or fixes, because they are easier to reason about. A coder is more likely to expect things to break, code to rot, etc. This can be in objects, services or in underpaying trained individuals so that their is a high turn over rate, where better pay might reduce that. Costco for example makes money despite it&#x27;s higher pay because they have to train employees less. I think high pay also tends to reduce employee pilferage.
评论 #8897793 未加载
mrfusion超过 10 年前
How about knowing what things are easy or hard [1].<p>I&#x27;m guessing a lot of business owners might dismiss good ideas as being too difficult&#x2F;expensive when they&#x27;re actually easy to program.<p>[1] <a href="http://xkcd.com/1425/" rel="nofollow">http:&#x2F;&#x2F;xkcd.com&#x2F;1425&#x2F;</a>
评论 #8899901 未加载
castig超过 10 年前
My first suggestion here is: having to pay your developer to make even the smallest changes (like a spelling mistake between a &lt;h1&gt; that if you knew the tiniest bit of code you could potentially fix by yourself).