#design-patterns

[ follow ]
Medium
1 month ago
Scala

Kotlin Tip #33: Using Delegation to Enhance Classes Without Inheritance-100 Kotlin Tips in 100...

Lazy initialization delays object creation until needed. Kotlin's by lazy delegate optimizes performance for costly property initialization.
By lazy delegate in Kotlin executes lambda expression once for property initialization, prevents re-invocation for subsequent accesses. [ more ]
Medium
2 months ago
UX design

How to ensure your designs work if you can't access sample data

Content-last design can lead to unexpected issues like formatting problems with actual data.
Create limit tests to ensure designs behave properly with extreme content examples. [ more ]
Medium
3 months ago
UX design

The Best, Real UX/UI Design Patterns Resources and Examples 2024

UX/UI Design Pattern resources are a great source of inspiration and best practices for designing digital products.
Learning from existing design patterns can save time and ensure usability. [ more ]
[ Load more ]