.net - Objects in a Design/Runtime System -


some environments lets operate on objects by

  • designing them
  • running them

are there relevant design patterns (.net or general) cleanly separate following?

  • designer logic / data
  • shared logic / data
  • runtime logic / data

well, mean shared logic / data? designing them (objects), first think of ui controls, can have design code, runtime code (also shown while designing - control painting), , shared data (many controls let populate data shown design-time).

as design pattern, here many distinct responsibilities 1 big design pattern.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -