diff --git a/_posts/2024-02-07-list comprehension.md b/_posts/2024-02-07-list comprehension.md index bbadea6..2153346 100644 --- a/_posts/2024-02-07-list comprehension.md +++ b/_posts/2024-02-07-list comprehension.md @@ -1,5 +1,9 @@ --- -author: davideme +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: + overlay_image: /assets/images/list-comprehension-abstract.webp + overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background --- ### Expressive Collection Manipulation in Poll Application Development: Insights from Python, JavaScript, and C# diff --git a/_posts/assets/images/list-comprehension-abstract.webp b/_posts/assets/images/list-comprehension-abstract.webp new file mode 100644 index 0000000..5216e85 Binary files /dev/null and b/_posts/assets/images/list-comprehension-abstract.webp differ