Skip to content

Commit

Permalink
Add title and excerpt
Browse files Browse the repository at this point in the history
  • Loading branch information
davideme committed Feb 10, 2024
1 parent 14d6966 commit 58350ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _posts/2024-02-07-list comprehension.md
Original file line number Diff line number Diff line change
@@ -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#

Expand Down
Binary file not shown.

0 comments on commit 58350ad

Please sign in to comment.