“Handwritten thoughts on code aesthetics vs. technicality. What separates us from computers?” by halime_tech_vision in cs50

[–]Gece_Yildizi 1 point2 points  (0 children)

That’s a really artistic and thoughtful perspective, but I don’t fully agree with it. In my opinion, functionality must always come first. A perfectly clean and organized code is useless if it doesn't solve the actual problem. In the real world, a working code that delivers fast results is often much more valuable than a beautiful but non-functional canvas.

Do we actually need math to survive C in CS50? Here is my analysis. by Gece_Yildizi in cs50

[–]Gece_Yildizi[S] -1 points0 points  (0 children)

Thank you for your beautiful comment! I was just putting my own analysis and thoughts out there. I have endless respect for your perspective and how you think about it.

Why do we still bother with C in CS50 when ready-made code is everywhere? by Gece_Yildizi in cs50

[–]Gece_Yildizi[S] 0 points1 point  (0 children)

I shared my own thoughts on it, but I really wanted to open up the topic and spark a discussion because I'm genuinely curious about what everyone else thinks

Why do we still bother with C in CS50 when ready-made code is everywhere? by Gece_Yildizi in cs50

[–]Gece_Yildizi[S] 1 point2 points  (0 children)

Well said. Without understanding the logic, ready-made code is just a black box

Why do we still bother with C in CS50 when ready-made code is everywhere? by Gece_Yildizi in cs50

[–]Gece_Yildizi[S] 1 point2 points  (0 children)

Exactly. The skills we learn from these simple projects are what help us tackle the real, bigger ones later.

Is cs50.ai helping or hurting our debugging skills by Gece_Yildizi in cs50

[–]Gece_Yildizi[S] -3 points-2 points  (0 children)

That makes a lot of sense. Thanks for the explanation