11 votes

Challenging projects every programmer should try

2 comments

  1. daturkel
    Link
    I've seen the recommendation that programmers try making a text editor a few times and I have no doubt it's a good project. However, I came across an article on Hacker News not so long ago that...

    I've seen the recommendation that programmers try making a text editor a few times and I have no doubt it's a good project. However, I came across an article on Hacker News not so long ago that revealed just how complex working with text is: Text Rendering Hates You.

    While searching for the above article, I came across a followup someone else wrote that's also very relevant: Text Editing Hates You Too.

    It's probably no surprise that bidirectional text makes things complicated, but even relatively common cursor movement that we don't think about when we use it can be fairly tricky under the hood.

    4 votes
  2. SUD0
    Link
    A cool site that has some really good suggestions for some side projects if you are having a hard time coming up with one.

    A cool site that has some really good suggestions for some side projects if you are having a hard time coming up with one.

    2 votes