Live data from Hacker News

There are no small changes (2011)

blog.intercom.com

1–10 of 16 posts

Re: There are no small changes (2011)

#4
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.

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.

Re: There are no small changes (2011)

#7
post #5

I once updated a client's email address on a site to be their new one. It was a small change. There are some small changes.

True, but the point of the article is that some small changes tend to grow into not-so-small changes on closer inspection, and that they take hours instead of minutes.

Re: There are no small changes (2011)

#8
There are plenty of small changes in well-designed systems.

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/instructional oneliner, nothing more.

Re: There are no small changes (2011)

#9
post #5

I once updated a client's email address on a site to be their new one. It was a small change. There are some small changes.

Saying a "issue is small", depends on someone's knowledge.

* An individual's knowledge can be limited based on his technical experience.

* his knowledge about product features

Re: There are no small changes (2011)

#10
post #5

I once updated a client's email address on a site to be their new one. It was a small change. There are some small changes.

I once got exactly the same request and said "sure that will only take a few minutes" . I turned out that half the places where the e-mail appeared was in images. So instead of a simple search-replace job it suddenly turned into either a Photoshop job or a completely redesign non-trivial parts of the site job.
Post reply on HN