A
Aldric Giacomoni
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...3f6a96efa7aa1101/lib/sgf/parser/tree_parse.rb
This is the new one:
http://github.com/Trevoke/SGFParser...f8fe9e837e151579/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.
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...3f6a96efa7aa1101/lib/sgf/parser/tree_parse.rb
This is the new one:
http://github.com/Trevoke/SGFParser...f8fe9e837e151579/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.