Live data from Hacker News

Viewing profile — mkr-plse

mkr-plse

HN member
Joined
Mon, Jun 15, 2020, 12:55 PM UTC
HN karma
9
Public activity
8 items

About mkr-plse

No profile information was provided.

Recent public activity

  1. comment
    Comment #23599570

    Can you elaborate further? It will be interesting to see other use cases for code cleanup.

  2. comment
    Comment #23599563

    Do you already know the code that is not executed? If not, dynamic program analyses can help with identify the regions of code that are untouched (e.g., take a look at javaagent fo…

  3. comment
    Comment #23597241

    For Piranha: a) Code related to stale flags is deleted b) Determination of staleness is based on status of the feature. c) Patch is created automatically and in a majority of the c…

  4. comment
    Comment #23597209

    Piranha author here -- Will you be willing to contribute it to Piranha?

  5. comment
    Comment #23532897

    Interesting. We don't have tooling for this yet but extending the Piranha static analysis may help detect the issue.

  6. comment
    Comment #23530541

    The flag management system has information on activity pertaining to various flags. After prolonged inactivity, a flag is considered stale and a diff is generated. This is a heuris…

  7. comment
    Comment #23530504

    BTW, we also have a tech publication at https://github.com/uber/piranha/blob/master/report.pdf where we discuss some of the design tradeoffs pertaining to the stale flag cleanup pr…

  8. comment
    Comment #23526839

    Manual code review and CI only. In our experience of deleting more than 2.5K flags, testing would have helped in one case but then the code was not tested well when the flag was in…