Questions tagged [presentation]
The presentation tag has no summary.
26 questions
1 vote
3 answers
423 views
How to best present alternative ways to write a piece of code (in a slideshow)?
I'm working on a 'slideshow'-type presentation (e.g. using LO Impress) which involves me showing people different alternatives for writing some pieces of software code. We're not talking about large ...
1 vote
1 answer
101 views
is the logic defining how the data should be converted in different formats, presentation or business logic?
In a calendar app adopting a MVC architecture, the Model consists of objects representing the days of the week. The View consists of labels displaying the days as strings or integers, depending on ...
4 votes
2 answers
305 views
Showing custom data in presentation layer
I have couple of models Merchant and Offer. A merchant can have multiple offers. I am developing a web application and writing a custom component which show offer details like title, description etc. ...
13 votes
2 answers
3k views
What is "presentation logic" and how much is acceptable in views?
In my web application I have to provide a form for creating and editing. The forms for creating and for editing have minor differences, so I am thinking of doing something like this in my view: <...
2 votes
3 answers
1k views
Building presentation layer directly on data layer
My application is currently quite a mess and I'm trying to untangle it all. My current idea is that I should have 3 separate layers: data layer that knows how to keep stuff in database (and handle ...
3 votes
3 answers
632 views
Simple questions to test understanding of Dependency Inversion Principle
I am preparing a short (1-2 hour) presentation about DIP to several (~5) junior developers (1-3 yr xp) in the office. At the end of the presentation I want to know whether they understood what I was ...
2 votes
2 answers
175 views
Do you think we will ever settle on a "standard" platform? [closed]
The recent explosion of phone platforms has depressed me (slightly), and made me wonder if we will ever reach any kind of standard for presentation? I don't mean language or IDE. Different ...
3 votes
1 answer
464 views
How to explain the history of programming to non-programmers? [closed]
Sorry if this question is not appropriate for this stack exchange site, I've never used this one before. I am doing my senior project on computer programming. I'm going to be presenting the project ...