Coding for Lawyers
codingforlawyers.com
Coding for Lawyers
1–10 of 47 posts
Re: Coding for Lawyers
#2Re: Coding for Lawyers
#3If the author is reading this:
WHY? out of all the horrors, why?
Re: Coding for Lawyers
#4Lets start teaching what code is by ... chapter 1 Regex???? If the author is reading this: WHY? out of all the horrors, why?
Maybe try reading a thing before breaking out the multi-punctuation and caps? ;)
Re: Coding for Lawyers
#5Toward the end of the project, he wanted to do a lot of copy/paste-style "reuse" within the content management portion of the project, so I showed him how he could take advantage of the de-duplication features, and explained what DRY meant--just in terms of content management.
The next day I got an email about a bug he found, where a sidebar wasn't showing up properly or something like that.
His conclusion at the end of the email read:
"So this DRY thing doesn't seem to be working, can we please remove DRY?"
(I know, it's my fault for exposing the innocent client to such heavy terminology, blah blah blah...but I had a very pleasurable laugh about the whole thing)
Re: Coding for Lawyers
#6Lets start teaching what code is by ... chapter 1 Regex???? If the author is reading this: WHY? out of all the horrors, why?
That question is answered in foot note one of chapter 1: http://codingforlawyers.com/chapters/ch1/ Maybe try reading a thing before breaking out the multi-punctuation and caps? ;)
Re: Coding for Lawyers
#7Lets start teaching what code is by ... chapter 1 Regex???? If the author is reading this: WHY? out of all the horrors, why?
That question is answered in foot note one of chapter 1: http://codingforlawyers.com/chapters/ch1/ Maybe try reading a thing before breaking out the multi-punctuation and caps? ;)
Re: Coding for Lawyers
#8Earlier quoted context omitted.
That question is answered in foot note one of chapter 1: http://codingforlawyers.com/chapters/ch1/ Maybe try reading a thing before breaking out the multi-punctuation and caps? ;)
That footnote does not answer the question. Why start with regex?
edit: also, a lot of services like westlaw/lexis have a very rudimentary type of regex searching capacity (i think just * and some connectors) so it's not 100% foreign to many lawyers
to be honest though, most attorneys need training in basic desktop publishing software to start with. i've seen things done in microsoft word that no man or woman should ever have to see.
Re: Coding for Lawyers
#9Since law is "code for society", I am all on favor of equipping its practitioners with more insight into software.