From b03858a03b618a02f821ca37b6d180df0e833857 Mon Sep 17 00:00:00 2001 From: Davide Mendolia Date: Sat, 10 Feb 2024 12:14:54 +0100 Subject: [PATCH] add layout --- _posts/2024-02-07-list comprehension.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2024-02-07-list comprehension.md b/_posts/2024-02-07-list comprehension.md index 2153346..6640847 100644 --- a/_posts/2024-02-07-list comprehension.md +++ b/_posts/2024-02-07-list comprehension.md @@ -1,4 +1,5 @@ --- +layout: posts title: "Enhancing Code Expressiveness with Modern Programming Constructs" excerpt: "Explore the transformative power of list comprehension, functional programming methods, and LINQ across Python, JavaScript/TypeScript, and C#. This post delves into how these modern programming constructs significantly improve code readability, maintainability, and expressiveness, comparing traditional iteration methods to showcase their efficiency. Without focusing on specific applications, we illustrate these concepts through practical examples, revealing the stark contrast in coding paradigms and their impact on software development." header: