Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I interpreted it to mean, "Remove the *s from code like this:"

    /* This comment
     * Should just be alphanumeric.
     */


Yep, this is exactly what I meant. Turning

    /* Something */ 
or

    { Something }
into:

    " Something "
Or, even better, into:

    "Something"




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: