|
|
|
|
|
by JanezStupar
4739 days ago
|
|
Yes! http://thedailywtf.com/Articles/Soft_Coding.aspx If Java guys wouldn't have stuck their heads up their asses so hard, they could use something like scripting language, with the whole debugging and library stack to configure their applications instead of building byzantine XML based DSL's. Frankly my python (code!) based config files work a lot better than similar XML based config files in Android. Except mine are debuggable and readable. The whole point of software is that it gets changed on demand. That's why it is called SOFTware. Edit:
Or perhaps you are going to enlighten me why XML config files are not code? Then you might be able to explain where configurations cross the border of "code". Is configuring Sharepoint coding or configuring? |
|
Also, for the record, if you're debugging the infrastructure of how objects are created, you're doing it wrong. You probably don't understand the framework you're working in.