Timeline for How to reuse common code between presenters
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 5, 2015 at 0:39 | answer | added | Low Flying Pelican | timeline score: 0 | |
| May 4, 2015 at 22:56 | comment | added | rwong | Agreeing with Filipe Giusti - it totally depends on the flexibility of the language (lambda, etc), and framework (UI bindings, and ability to programmatically change it at runtime). Note that some frameworks try to make presentations (views) as effortless as possible, which means these frameworks encourage people to use different presentations for things that are justifiably different, even if there are some overlaps in between. | |
| Nov 5, 2014 at 15:39 | answer | added | Filipe Giusti | timeline score: 0 | |
| Nov 5, 2014 at 15:36 | comment | added | Filipe Giusti | Actually it's totally dependent on language, each language has a best way to share common code. You could use direct inheritance, module includes, delegation, high order functions, etc. | |
| Nov 5, 2014 at 9:31 | answer | added | Jules | timeline score: 3 | |
| Nov 5, 2014 at 7:26 | history | edited | user4057066 | CC BY-SA 3.0 |
added common and diffent things in presenter
|
| Nov 5, 2014 at 7:20 | comment | added | user4057066 | I am working in android. But the design technique used should not depend on language. | |
| Nov 4, 2014 at 21:38 | comment | added | Filipe Giusti | Please post your code so we can have a better understanding. Also which languages are we talking about? | |
| Nov 3, 2014 at 8:41 | history | edited | user4057066 | CC BY-SA 3.0 |
Title changed
|
| Nov 3, 2014 at 5:32 | history | edited | user4057066 | CC BY-SA 3.0 |
added 81 characters in body
|
| Nov 3, 2014 at 4:58 | history | asked | user4057066 | CC BY-SA 3.0 |