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

If `c` is not some complex expression, I would write that as:

    a := c
    if flag {
    	a = b
    }


and if `flag` is always false i would write it as

    a := c
and be done with it




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

Search: