Style question...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anthony Roberts

    #16
    Re: Style question...

    > Agreed. If you're going to write code in a particular language, you[color=blue]
    > should fully embrace the language and its style, or move on to something
    > that you feel more comfortable with. These kind of crutches will only
    > serve to bite you later -- they aren't panaceas, and you may forget to
    > use them or be hobbled when interacting with someone else's code (where
    > you're not going to convince others to use your crutches). There's also
    > an indirect effect; if I'm reading someone else's Python code, and, say,
    > see someone using semicolons as statement delimiters on every line, I'm
    > not exactly going to be struck with a great deal of confidence.[/color]

    It sits better with me if I have a good idea why I'm doing it.


    Comment

    • Erik Max Francis

      #17
      Re: Style question...

      Anthony Roberts wrote:
      [color=blue]
      > BTW: I've had your website bookmarked since 2001 because a number of
      > the
      > things there are useful and cool.[/color]

      :-).

      --
      Erik Max Francis && max@alcyone.com && http://www.alcyone.com/max/
      __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
      / \ I'll tell them that their daddy was / A good man
      \__/ India Arie

      Comment

      • Michael Hudson

        #18
        Re: Style question...

        "Anthony Roberts" <anthonyr-at-hotmail-dot-com@nospam.com> writes:
        [color=blue][color=green]
        > > C-c < and C-c >.[/color]
        >
        > Thanks. :)[/color]

        It's worth doing "C-h m" and "C-c ?" and reading the results, too.

        Cheers,
        mwh

        --
        In case you're not a computer person, I should probably point out
        that "Real Soon Now" is a technical term meaning "sometime before
        the heat-death of the universe, maybe".
        -- Scott Fahlman <sef@cs.cmu.edu >

        Comment

        Working...