From c38f6538daf46ca2ff5ed0a79db585f25f69ef0d Mon Sep 17 00:00:00 2001 From: AngeloChecked Date: Sat, 5 Oct 2024 20:14:41 +0200 Subject: [PATCH] improve acessability --- ...out_ecology_programming_languages_and_OOP_not_java.md | 9 +++++++-- blog/style/mainCss.ts | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/blog/post/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java.md b/blog/post/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java.md index 0af2440..a96c371 100644 --- a/blog/post/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java.md +++ b/blog/post/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java.md @@ -44,6 +44,7 @@ again. ![music bands evolution](/img/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java/bands_family_tree.webp) +

The Yardbirds family tree

The vision I'm trying to share here became more concrete when I saw @@ -539,6 +540,7 @@ while its principles act to circumvent issues originating from OOP itself. ![scott wlaschin about fp desing patterns](/img/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java/functional_design_patterns_scott_wlashchin.webp) +

Scott Wlaschin About Fp Patterns

I have mixed feelings about this statement and agree that OOP isn't so obvious @@ -548,9 +550,10 @@ problematic territory. FP, instead, sets up a safe zone where problems like unhandled exceptions, illegal state, global state... just do not exist. However, many of these guidelines remain super valuable! - + ![jose valim about polymorphism](/img/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java/josevalim_about_polymorphism.webp) +

Jose Valim About Polymorphism

### Functional Programming! what? @@ -650,6 +653,7 @@ pretty inevitable. ![Jhon Carmack about tools](/img/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java/johon_carmack_about_tooling.webp) +

Jhon Carmack About Tools

In the end, what matters most is agreeing on what works for us and making @@ -666,6 +670,7 @@ unnecessary solutions. ![years of programming and complexity](/img/philosophical_ramblings_about_ecology_programming_languages_and_OOP_not_java/compexity_and_years_of_programming.webp) +

Years Of Programming And Complexity

[The perfect programming language doesn't exist](https://www.youtube.com/watch?v=yiiDFRs62lQ), @@ -689,7 +694,7 @@ If you are interested, explore these particular programming languages: Bye! -#### interesting Articles and Resources: + interesting Articles and Resources: ``` Programming Languages Evolution: diff --git a/blog/style/mainCss.ts b/blog/style/mainCss.ts index cd2ef67..27f9c93 100644 --- a/blog/style/mainCss.ts +++ b/blog/style/mainCss.ts @@ -24,7 +24,7 @@ const aStyle = cssElement({ properties: { fontWeight: "700", textDecoration: "none", - color: "#b00", + color: "#FF6166", cursor: "pointer", }, });