FML, Edition 6580
-
Complements of a ball of VB6 mud:
6580 Exit Function
where 6580 is an automatically generated line number, starting from 1.
Wes Jones wrote:
starting from 1
that is where the horror is IMO; I don't mind line numbers, when present I want them to start at 1000 and increment by 10 though, using a fixed 4-digit format, and allowing for limited inserts without having to renumber all the time. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
Wes Jones wrote:
starting from 1
that is where the horror is IMO; I don't mind line numbers, when present I want them to start at 1000 and increment by 10 though, using a fixed 4-digit format, and allowing for limited inserts without having to renumber all the time. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
I guess somebody forgot to ask question "how many thousands of lines of code in one function is too many?"