Judicial Candidate Selection Algorithm
I had always hoped that Supreme Court Justices where choosen in the following manner:
The nomination of Harriet Miers appeared to follow this algorithm:@candidates = find_all_legal_professionals(); @qualified = sort_by_qualifications(@candidates); @partisans = filter_by_political_necessity(@qualified); $final_candidate = most_confirmable(@partisans);
$final_candidate = find_lawyer_in_radius("10 feet");
Without commenting on the actual qualifications of Ms. Miers, I would suggest that the 2nd algorihtm is somewhat less likely to find a quality candidate, much less a confirmable one.
Technorati tags for this post: politics perl programming