From: Aldric Giacomoni Date: 2010-04-30T06:17:59+09:00 Subject: Code refactoring: request for comment Hi all, I've just finished doing some pretty heavy refactoring on a method. I'd like to know if anyone can offer any suggestions or feedback. This is the old one: http://github.com/Trevoke/SGFParser/blob/2684c78738a0cc8cc8de0ad73f6a96efa7aa1101/lib/sgf/parser/tree_parse.rb This is the new one: http://github.com/Trevoke/SGFParser/blob/45dfc8649cbf021c0472d985f8fe9e837e151579/lib/sgf/parser/tree_parse.rb In short, I am parsing an SGF file. The basic important characters which delimit the nodes are (, ), ;, [ and ]. Thanks in advance. -- Posted via http://www.ruby-forum.com/.