Ruby on Rails Monday, January 31, 2011

PalaniKannan K wrote in post #978680:

You have a few paths which will yield nothing (no executions, no
output).

if !condition1 - nothing occurs
if condition1 and condition2 and !condition3 - nothing occurs
if condition1 and !condition2 and !condition6 - nothing occurs

Scope your data access (either description or tale2) to eliminate those
cases from the data considered, then simplify your logic.

Less data to paw through with the rest of the code, and case might be a
better construct for readability.

BTW, what are all those execution steps?

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment