if xx.blank? if yy.present? if zz.valid? .... else... else... else...
step1_get_this_file(file1) step2_process_this_file_locally(file1) step3_process_this_file_on_remote_server(file1)
step1_get_this_file(file2) step2_process_this_file_locally(file2) step3_process_this_file_on_remote_server(file2)
step1_get_this_file(file3) step2_process_this_file_locally(file3) step3_process_this_file_on_remote_server(file3)
green_color = 'red' # 意图 跟实际的值是相反的
success_response = 'false'
this_year = '1999'
var1 = 30 # 无意义的变量名
wxxioks = 4 # 我也不知道这个缩写是啥
respond_to do |format| format.html { } format.xml { render :xml => } end