Maxi Contierimaximilianocontieri.com·May 24, 2024Code Smell 253 - Silent TruncationTL;DR: If you limit text lengths, enforce them everywhere! Problems The Fail Fast Principle Violation Corrupted and Missing Data Bijection Fault UTF-8 Truncation The Least Surprise principle violation Separation of Concerns of the UI and the M...52 readsCode SmellsGeneral Programming
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Nov 3, 2023Adding Ellipsis to Text Using Only HTML and CSSText truncation, often represented by ellipsis (…), is a useful technique to control the display of lengthy text content within limited space. With just HTML and CSS, you can easily achieve this effect. In this blog post, we'll explore how to add ell...ellipsis