1
2
Cyberlord34 wrote:
Well it was pretty immature to start a Review about 1 little Library. No matter if he liked it our not. Reviews (if done coherently) are never pointless. In fact, a hell of a lot more libraries aught to be reviewed. You can go onto IMDB and read the plot to a movie, but if you really want to know how it was, you look at the reviews and get different perspectives. The author can can tell you how simple, functional and easy to implement his library is, but a review such as this will reveal what it is really like. |
I'll be posting some small libraries shortly. You can review them all you like. :)
|
Cyberlord34 wrote:
Jeff8500 wrote: HEYE DID U JUST CALL ME AN ASSH0EL? Jeff: I like not using spaces between var=1 >.> so much sexier and shorter. |
Cyberlord34 wrote:
I honestly dont give 2 shits what you care about my programming. I could care less to Please you ungrateful assholes. No one wants a poorly-programmed library. So, yes, we aren't grateful because there's nothing to be grateful for. |
I'm pretty sure there are worse, and way more pointless libraries out there that you could have bashed.
Sure, this library is not something anyone should try learning from, and it would require a good deal of work to implement, but I've definitely seen far worse. It's alright Cyberlord. Just keep practicing. In time you shouldn't have any trouble learning the do's and dont's of programming. |
Foomer wrote:
Cyberlord: Bottom line, you don't understand what a library is, so you really shouldn't be trying to make them for others to use. I realize that when you're relatively new to programming you want to be helpful, but give it a couple of years until you really know what you're doing before you start trying to make libraries. A few years? I don't think that much time is needed, I understand that to get a full grasp of a language you need experience, but I've release a lib or two and I certainly haven't had more than 8-9 months experience with programming overall (DM). I think my libs probably have a various problems but we want them to be reviewed and we want the bugs to be reported, why? So that we can improve them. I'm not trying to argue or anything, just making a small point that yeah, experience is something you need and yes experience relies heavily on how much time is spent but you won't learn if you don't do something, you learn from doing and it's good Jeff reviewed it, Cyberlord should take it as constructive critiscm and should improve his lib accodingly... Instead of telling him off, help him out. Tell him how exactly he could make it better, what'cha know, it might help someone? |
Cyberlord34 wrote:
Jeff8500 wrote: Libraries are meant to be read and learned from and if so modified to fit a game, not copied and pasted :| |
Yash 69 wrote:
Libraries are meant to be read and learned from and if so modified to fit a game, not copied and pasted :| No, they're NOT. Demos are meant to be read and learned from. Libraries are meant to be plug-and-play where you never need to look at the source. There is a huge difference between a library and a demo. I wish everyone would quit lumping them together... |
Popisfizzy wrote:
Two problems. One, OOP is hardly a foundation of modern programming, nor is it inherently proper. For example, look at functional languages. Given that DM is an OO language, though, it should use object-oriented programming. Secondly, boolean algebra isn't a shortcut. It's just a method. Stephen001 and Alathon told me that using var == 0 was still considered Boolean algebra, and that !var was considered a shortcut. You have a good point about the OOP thing, though. I meant that in languages that allow it, it should be used over procedural programming. |
Jeff8500 wrote:
Popisfizzy wrote: Just wanna bop that one on the head. You have the choice in C++, and which paradigm you make use of for encapsulating functionality depends very much on the functionality itself. In BYOND's case, it's both the dominant paradigm and the most obvious choice for a lot of game functionality (not to mention it makes you life so much easier later on), so it's preferable. |
1
2
Please?