Seeking an advocate for Evil
Weel Fangbeast, fwiw I haven't gotten to the point of see a half naked woman walking down the street, you think of her in code, but I do still suffer pretty badly from that uncontrollable tremor of the mid torso region, flaring nostils, etc.......
Spose it must be true, You just can't teach an old dog new tricks!!!
Spose it must be true, You just can't teach an old dog new tricks!!!
-
- User
- Posts: 89
- Joined: Fri Apr 29, 2005 3:03 pm
- Location: Luxembourg
- Contact:
Except for a few exceptions, this is clearly an advantage!srod wrote:The disadvantage of using PB is that it could wreck your marriage and turn you into a hermit!

"And God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof; And the spare rib, which God had taken from man, made he a woman, and brought her unto the man"
Taking your question seriously, here are some of the drawbacks with PB.
Updates to the language sometimes break your code.
Updates to the language sometimes break your code.
- This is one of the reasons why the language is so clean and simple, the team aren't afraid to change the language if they find a better way of doing it.
- As your code gets bigger, it can get difficult to work with. There are no modules or objects to help you organise things.
-
- User
- Posts: 19
- Joined: Mon Oct 08, 2007 11:25 am
Back compatibility is not necessarily a good thing
To my humble knowledge, back compatibility issues with C made the C++ so ugly and hard to learn.GedB wrote:This is one of the reasons why the language is so clean and simple, the team aren't afraid to change the language if they find a better way of doing it.
I strongly hope that the team will not change their mind...
“C++: an octopus made by nailing extra legs onto a dog.” – Steve Taylor
.
What is jaPBe? A 3rd party IDE or something? I hear it mentioned from time to time
Paul Dwyer
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Re: Back compatibility is not necessarily a good thing
Well, exactly. These can be seen as weaknesses of the language, are actually the reasons for its strengths.mubinaktan wrote:
To my humble knowledge, back compatibility issues with C made the C++ so ugly and hard to learn.
I strongly hope that the team will not change their mind...
For a long time I thought that PB really, really needed to have objects. Proper objects, like proper language have.
Every so often I give up on PB to use a 'proper' language, but I end up coming back. Usually after realising that there is a cleaner, simpler way to achieve what I wanted.
PB doesn't help you to work with big complicated code bases? Then you keep your code simple.
It is good to embrace constraints.
http://gettingreal.37signals.com/ch03_E ... raints.php