You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
1Please, give an example. Actually, in the current form, I don't understand your problem. Lets say you have data like an invoice, and subdata like "invoice-address". Now you pass an "invoice" object to your "invoice-view", this calls "GetInvoiceAddress" and passes the resulting object to the "invoice-address-view". The latter then calls the "Get" methods of the invoice-address-object. So no deep-method call at all - where is the problem?Doc Brown– Doc Brown2013-01-14 08:26:16 +00:00Commented Jan 14, 2013 at 8:26
-
1Can't each child be responsible of it's own rendering? Supported in many different frameworks, but you don't give any examples or tell us what kind of application it is it's hard to give an answer.jgauffin– jgauffin2013-01-14 09:11:58 +00:00Commented Jan 14, 2013 at 9:11
-
-1, you were here, read my comment, had a chance to improve your question, but missed it. If you want other people to invest their time for you, please invest some of your time to make your questions clearer. I will remove the downvote if you clarify your question.Doc Brown– Doc Brown2013-01-15 09:08:42 +00:00Commented Jan 15, 2013 at 9:08
-
@DocBrown Apologies, but I was doing some research in trying to see how I could restructure with more clarity in general. But I think Shivan's answer best answers my question. EDIT: fixed errorCyril Silverman– Cyril Silverman2013-01-16 01:11:55 +00:00Commented Jan 16, 2013 at 1:11
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you