Skip to content

Commit

Permalink
Update 2024-02-07-list comprehension.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davideme committed Feb 10, 2024
1 parent f81a44f commit 7a145aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-02-07-list comprehension.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 7a145aa

Please sign in to comment.