gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

more info about each torrent #97

Closed infoburp closed 10 years ago

infoburp commented 10 years ago

I know lol but yes/no looks nicer than true/false or 1/0..

fuyukaidesu commented 10 years ago

Shouldn't be in core regardless, like most of the number -> string methods.

benwaffle commented 10 years ago

do we really need all this inline stuff?

and huge if statements?

if (something)
{
    something;
}
else
{
    something;
}
nyanpasu commented 10 years ago

Wish he actually worked on a branch so that other collaborators could correct small things like ^

infoburp commented 10 years ago

Point taken, I'll make sure to use branches once I've got this mess sorted out..