Read more

Always sort lists that are visible in the UI

Henning Koch
January 03, 2012Software engineer at makandra GmbH

This might seem obvious, but I'm rejecting stories because of this on a regular basis.

Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

Whenever a list (e.g. an index of records or the options of a select box) is visible in the UI that list must be sorted. Unsorted lists are completely unusable once they contain more than 5 items.

Posted by Henning Koch to makandra dev (2012-01-03 18:01)