+ 2
Design principles
I would like to explore design principles with respect to c++. Any one having good link of video or article would be of great help.
6 Respuestas
+ 2
Is it program or application design?
+ 2
Is it different for both of these ?
+ 2
Application design revolves around user interface & experience. Program design is a more technical approach such as coding efficiency and effective use of the host language.
+ 1
Oh okay...then i am looking for program design
0
Look into advanced concepts on control & data structures. Also improve on object oriented programming techniques
0
I always knew design wasn’t just about pretty visuals, but this article https://clay.global/blog/gestalt-design-principles really helped me understand the psychology behind how users perceive layouts. It covers principles like closure and continuity in a way that’s both educational and fun. Highly recommend this to anyone wanting to take their design thinking to the next level. It gave me a ton of ideas for improving user flow on my own site.