Thanks @kevinsuttle & @sejeff!
Why isn't there a standard reference page for this? I clicked around CoderWall for a well. Left CoderWall completely. Searched for "CoderWall Comment Reference" and wound up back at this post. Seems silly.
Here's a version I've been using with fish shell - http://fishshell.com/.
function newdir
mkdir $argv
cd $argv
end
Haha, did not see that coming. Thx.
Hi Eric, caught one of your presentations at a Mpls AEA. Great work.
Another thing I notice A LOT in CSS PreProcessors is when developers abuse the nesting system and consequently have complex cascades as a result.
A great tip would be to avoid unnecessary nesting of CSS selections, and keep classes and IDs at the root of the cascade as much as possible.
For example:
.box {
}
.box-p {
}
- is far more maintainable than -
.box {
.box-p {
}
}
I push this a lot at my agency.
@andywoodly check out http://www.webdeveasy.com/service-providers-in-angularjs-and-logger-implementation/