dictyBase / Modware-Loader

Various data munging and loading scripts for genome database
2 stars 1 forks source link

Refactored stock data export to export initially missing data #90

Closed ypandit closed 10 years ago

ypandit commented 10 years ago
cybersiddhu commented 10 years ago

I strongly suggests you not to add empty string to array.

push @array, '';

Do not do this from now on, absolutely not, there is no reason to justify that. In fact, just stop having this repeatedly. From now on, no more empty string anywhere.

ypandit commented 10 years ago

Code review: