Live data from Hacker News

Viewing profile — ifyalciner

ifyalciner

HN member
Joined
Sun, Nov 14, 2021, 3:52 PM UTC
HN karma
1
Public activity
3 items

About ifyalciner

No profile information was provided.

Recent public activity

  1. comment
    Comment #36500384

    This is looks quite aesthetic. Also a super analogy to show new programmers how complexity increases if you introduce unnecessary dependencies.

  2. comment
    Comment #36439867

    Behaviour Trees are a bit more than that. They also effect/advice how you structure your project (not component based but behaviour based: exp. you don't have "controller" componen…

  3. comment
    Comment #36439595

    Coroutines (or the concept of saving context to come back to) is already heavily explored in robotics in recent years. Behaviour Trees [1] approximates what coroutines do in system…