Is the separation of program logic and presentation layer going too far?
In a Drupal programming guide, I noticed this sentence:
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 presenting, what are some possible questions that I ask in order to figure out their understanding? Maybe something that can be answered and explained by them in 3 minutes or less?
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 presenting, what are some possible questions that I ask in order to figure out their understanding? Maybe something that can be answered and explained by them in 3 minutes or less?
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:
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:
Is it possible to make a printable ‘template’ document?
I’m writing a piece of software to generate and print nametags. The issue I’m having is that nametags need to be formatted the same, but have different values (ie. different names, titles), and can be on different sizes of paper.
Is it possible to make a printable ‘template’ document?
I’m writing a piece of software to generate and print nametags. The issue I’m having is that nametags need to be formatted the same, but have different values (ie. different names, titles), and can be on different sizes of paper.
Is it possible to make a printable ‘template’ document?
I’m writing a piece of software to generate and print nametags. The issue I’m having is that nametags need to be formatted the same, but have different values (ie. different names, titles), and can be on different sizes of paper.
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:
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: