6

I'm not sure if I'm using the correct term, but would you program using High-level abstractions like Powerbuilder, or some CMS like MODx or DotNetNuke? I haven't dabbled in any of these yet. The reason I'm asking is that I kind of feel intimidated by the whole notion of using any abstraction over the languages I'm using. I'm thinking that my job might be over-simplified. While it may provide business solutions faster, I'd rather be coding straight from, in my case, .NET.

Do/Would you use abstractions like these or prefer them over programming in lower level languages?

yannis
39.7k40 gold badges185 silver badges218 bronze badges
asked Sep 30, 2010 at 23:57

1 Answer 1

11

I've got no problem with using high-level abstractions, with two caveats:

  1. Any abstraction that you can't get underneath when necessary is evil, because it will occasionally be necessary. Avoid these.
  2. Don't ever use any abstraction without a solid understanding of what's really going on under the hood. Not doing this will frequently cause performance problems, and occasionally cause correctness problems, both of which are very difficult to debug since you don't know what's really happening.
answered Oct 1, 2010 at 0:12

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.