I have just started fooling around with some external libraries because I wanted to add some GUIs to my programs so my friends will think I am more clever than I really am.
What I get from these GUI library descriptions is that "bloat" is bad. What do they mean by bloat and why is it bad?
Usually from what I get from the term bloat in regards to programming is it's code that's litterally bloated. Using too much of resources, doing things that are meaningless and have no use to the programs. Stuff like that.