Live data from Hacker News

Viewing profile — walkmod

walkmod

HN member
Joined
Wed, Sep 02, 2015, 7:59 AM UTC
HN karma
43
Public activity
19 items

About walkmod

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #15716175

    Thank you for your commenst :) but let me ask a question: Why do you consider them mutable? They are related into a commit and they are stored into an specific ref (it is not the d…

  3. comment
    Comment #15707964

    A report example appears in the readme: https://github.com/rpau/junit4git#2-generate-a-test-impact-r... However, take in mind that the report is stored inside the Git repository as…

  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #10160595

    It is a respectable point of view, but I think that automatize some boring tasks to correct inside the code is a good idea because let you work on other more interesting tasks. In …

  14. comment
    Comment #10159214

    Yes, but in contrast with removing unused private methods, currently there is no walkmod plugin that do this yet. We are working on adding more plugins.

  15. comment
    Comment #10158897

    Exactly :-) Moreover, it is useful for open source projects where developers use different editors

  16. comment
    Comment #10158649

    Yes, what I wanted to show in this example is that those elements that are "dead" can be removed (there is a plugin for it)

  17. comment
    Comment #10158647

    Exactly, Walkmod acts as a framework for language transformations, but we have started with Java

  18. comment
    Comment #10158642

    Walkmod also allows (for Java) to work with the syntanctic and semantic information. So, for example it can remove unused elements (e.g variables).

  19. story