Click here to Skip to main content
15,914,398 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
OriginalGriff17-Jul-19 4:32
mveOriginalGriff17-Jul-19 4:32 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
Rage17-Jul-19 4:52
professionalRage17-Jul-19 4:52 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
  Forogar  17-Jul-19 4:50
professional  Forogar  17-Jul-19 4:50 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 5:02
mvahoney the codewitch17-Jul-19 5:02 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 5:05
mvahoney the codewitch17-Jul-19 5:05 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
Rage17-Jul-19 4:51
professionalRage17-Jul-19 4:51 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
#realJSOP17-Jul-19 5:26
professional#realJSOP17-Jul-19 5:26 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
lopatir17-Jul-19 5:29
lopatir17-Jul-19 5:29 
back in my really young uni days I used to hand roll not so much parsers but tokenisers using a finite state machine (in C). used it for some advanced comp.sci projects
.
was about 20 lines of code (for everything), and a hand rolled a table.
tokenising a programming language such as C the table was maybe 30 rows.
handled all the language foibles (unary operators, ++, --, * as pointer vs multiplication, &...

this was when machines were pretty slow and system memory ws measured in kilobytes - this method blew away anything else in both speed and size.

kept a [hard]copy for years but eventually lost it quite some time ago.

After uni it was one of those really great tools only used once in a blue moon - (like that fancy german brand jigsaw in the tool box - bought for a project and it did the job really well but now rarely seen outside of it's box.)

OTOH I do find myself often analysing [programming] data flow/processing as sort-of finite state doodles on scrap paper.
Message Signature
(Click to edit ->)

GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 6:39
mvahoney the codewitch17-Jul-19 6:39 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
PIEBALDconsult17-Jul-19 6:02
mvePIEBALDconsult17-Jul-19 6:02 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 6:35
mvahoney the codewitch17-Jul-19 6:35 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
KarstenK17-Jul-19 6:07
mveKarstenK17-Jul-19 6:07 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 6:35
mvahoney the codewitch17-Jul-19 6:35 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
KarstenK17-Jul-19 20:52
mveKarstenK17-Jul-19 20:52 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 20:53
mvahoney the codewitch17-Jul-19 20:53 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
Chris Maunder17-Jul-19 6:53
cofounderChris Maunder17-Jul-19 6:53 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
RickZeeland17-Jul-19 7:23
mveRickZeeland17-Jul-19 7:23 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 7:32
mvahoney the codewitch17-Jul-19 7:32 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
KarstenK17-Jul-19 20:05
mveKarstenK17-Jul-19 20:05 
JokeRe: People Just Don't Appreciate Good Code =D Pin
abmv17-Jul-19 7:40
professionalabmv17-Jul-19 7:40 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 8:33
mvahoney the codewitch17-Jul-19 8:33 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
Ravi Bhavnani17-Jul-19 8:07
professionalRavi Bhavnani17-Jul-19 8:07 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 8:34
mvahoney the codewitch17-Jul-19 8:34 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
Ravi Bhavnani17-Jul-19 8:36
professionalRavi Bhavnani17-Jul-19 8:36 
GeneralRe: People Just Don't Appreciate Good Code =D Pin
honey the codewitch17-Jul-19 8:41
mvahoney the codewitch17-Jul-19 8:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.