From 7a145aa969b9ae9c8beeb322297a7a348de9e878 Mon Sep 17 00:00:00 2001 From: Davide Mendolia Date: Sat, 10 Feb 2024 19:05:53 +0100 Subject: [PATCH] Update 2024-02-07-list comprehension.md --- _posts/2024-02-07-list comprehension.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-02-07-list comprehension.md b/_posts/2024-02-07-list comprehension.md index 46de5f7..39c6892 100644 --- a/_posts/2024-02-07-list comprehension.md +++ b/_posts/2024-02-07-list comprehension.md @@ -1,7 +1,7 @@ --- layout: posts -title: "Transformative power of list comprehension" -excerpt: "Delves into how modern programming constructs significantly improve code readability, maintainability, and expressiveness, comparing traditional iteration methods to showcase their efficiency." +title: "Expressive Collection Manipulation" +excerpt: "Delves into how list comprehension, functional programming methods, and LINQ significantly improve code readability, maintainability, and expressiveness, comparing traditional iteration methods to showcase their efficiency." tags: - effectiveness header: