Simple question about line continuation in coding

Forums ProRealTime English forum ProBuilder support Simple question about line continuation in coding

  • This topic has 2 replies, 2 voices, and was last updated 6 years ago by avatarAVT.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #39658
    AVT

    I have a very simple question with regard to coding style: As we do not have a “line end signal” like this

    if condition ; <- line end signal

    then do action1 ; action2 ; action3 ;

    done

    how can we achieve better readability of the code if a line is very long (I usually try to limit lines to 80 chars, good old times rule). Example:

    Yes, I kow the ProBuilder editor (as any editor) can do automatic word wrapping but this makes reading not necessarily easier. Thanks.

    #39685

    There is no possibility than let ProBuilder do the words wrapping all by itself. It is not possible to break code lines ourselves, otherwise it would result of syntax error.

    1 user thanked author for this post.
    avatar AVT
    #39695
    AVT

    Ok, I can live with that 😉

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login