markcheno / go-talib

A pure Go port of TA-Lib (http://ta-lib.org)
MIT License
763 stars 213 forks source link

ta_lib.go is too long #4

Closed iwat closed 6 years ago

iwat commented 6 years ago

Couldn't open it with default vim configuration, please consider splitting.

markcheno commented 6 years ago

Every editor I have ever used easily handles 5k lines. GitHub does as well. I realize it's rather large, but I prefer to keep it in one file to make it very easy to integrate directly into other projects if desired. You could simply strip out what you don't need and add the single file to your project. No need to install even.