TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

There are no small changes (2011)

54 pointsby ankit84about 8 years ago

6 comments

ankit84about 8 years ago
Being as engineers or manager, we often over look this aspect. If quality is important, nothing is a small change.
评论 #14130760 未加载
interfixusabout 8 years ago
There are plenty of small changes in well-designed systems.<p>Had this system from the start had a defined limit on the length of inputs, the change would have entailed the changing of a constant, and possibly a rewrite of an error message&#x2F;instructional oneliner, nothing more.
IChrisIabout 8 years ago
I once updated a client&#x27;s email address on a site to be their new one.<p>It was a small change.<p>There are some small changes.
评论 #14130550 未加载
评论 #14130800 未加载
评论 #14130422 未加载
评论 #14129459 未加载
评论 #14129497 未加载
bluepnumeabout 8 years ago
Not to mention &quot;Does my character-counter work with unicode?&quot;
评论 #14130611 未加载
drailingabout 8 years ago
First question should be: can we only receive SMS reviews if we have a 140 character limit? Is it a problem for a SMS if there is no limit?
hasenjabout 8 years ago
A lot of these questions can be answered easily of you setup some sort of protocol within your application for form validation and error handling.<p>If everything is ad hoc, then every little change is going to have a thousand implicit question that every developer on the team is going to answer differently.