guidelines.plataformatec.com.br
CSS - Plataformatec Guidelines
http://guidelines.plataformatec.com.br/css.html
The main reason to do so is specificity. Selector sits in the middle of the specificity precedence, being both more specific than the. Selector and less specific than the. Selector. Using the. Selector may leave you no option to override styling other than. Selectors, both not recomended for regular use. Keep a whitespace after property names (like. And before the opening bracket (as in. Write hexadecimal colors using downcase letters;. Write new selectors using. As a word separator rather than. Format w...
guidelines.plataformatec.com.br
Documentation - Plataformatec Guidelines
http://guidelines.plataformatec.com.br/documentation.html
Why does code documentation matters? Document decisions that future people will want to know about. Document data that obscure by its own nature (. Stick to the patterns. Description sentence with imperative-capitalized verb. Do not hesitate to provide input/output examples. It will make people to gently get comfortable with the business domain. People will end up getting a real sense of what your system is really about. Avoid generic values or values that don’t belong to the business domain.
qvister.se
Nordic Ruby day 1 | qvister
http://www.qvister.se/2011/06/17/nordic-ruby-day-1
Du är här qvister.se. Nordic Ruby day 1. Nordic Ruby day 1. 17 juni 2011, View Comments. Is a two day conference taking place in Gothenburg, Sweden. This is the second annual year and my first. I arrived yesterday and went straight for a run in the beautiful Slottsparken. Sadly enough I got to tired and had to skip the preparty. Instead I spent some time hacking CoffeeScript. Which I recently became very found of. Below is a short summary of some of the talks that I found interesting. As Tom put it.
aaron-gray.com
TomDoc for JavaScript? • Aaron Gray
https://www.aaron-gray.com/tomdoc-for-javascript
Entrepreneur. Coder. Writer. A Criticism of Scrum. Delaying the $digest cycle in AngularJS. Questions to ask at a startup interview. How to show employees that you care. I love code documentation. Here are some reasons:. 1 It reduces cognitive load when maintaining legacy code (helps you figure out which button to press faster). Docs communicate how the code should be working at a specific point in time, and this can reduce debugging time when tracking down a bug. 6 It decreases the clustering of knowled...
rdoc.rubyforge.org
class RDoc::TomDoc - rdoc 4.1.1 Documentation
http://rdoc.rubyforge.org/RDoc/TomDoc.html
A parser for TomDoc. Specification can be found at:. The latest version of the TomDoc. Specification can be found at:. As your only default format see Saved Options at RDoc: Options. For instructions on setting up a. File to store your project default. There are a few differences between this parser and the specification. A best-effort was made to follow the specification as closely as possible but some choices to deviate were made. A future version of RDoc. This class is documented in TomDoc. RDoc: Mark...
github.com
GitHub - bububa/MongoHub-Mac: MongoHub mac native version.
https://github.com/bububa/MongoHub-Mac
MongoHub mac native version. Http:/ mongohub.todayclose.com. Use Git or checkout with SVN using the web URL. Jun 14, 2011. Failed to load latest commit information. Apr 29, 2010. Fixed a UI bug in ConnectionWindow. Dec 30, 2010. Apr 29, 2010. Removed JSON framework, fixed a bug in jsoneditor related to Date() o. Jan 26, 2011. Jun 14, 2011. Add support for ssh access use public key. Jun 13, 2011. Add import/export to JSON/CSV functions. Jun 13, 2011. Add admin auth support. May 6, 2010. Dec 29, 2010.
eng5.com
Our Blog | Eng5 Software Development Team
http://www.eng5.com/our-blog
Learn what it’s like to work at Eng5, a 100% remote workforce! Sister Site For Our System Admins and Engineers Team. Adding an Acceptance Testing Suite to an Existing Site. May 5, 2015. In a previous post, Paving the way for an invisible upgrade. We outlined our goal of upgrading our customer support tool, Helpdesk. Adding acceptance tests to a mature project. Helpdesk has been in active development since 2009 and has evolved considerably over the years. With such a large application, adding a test s...
tom.preston-werner.com
TomDoc - Reasonable Ruby Documentation
http://tom.preston-werner.com/2010/05/11/tomdoc-reasonable-ruby-documentation.html
TomDoc – Reasonable Ruby Documentation. 11 May 2010 – San Francisco. Is an abomination. It’s ugly to read in plain text, requires the use of the inane :nodoc: tag to prevent private method documentation from showing up in final rendering, and does nothing to encourage complete or unambiguous documentation of classes, methods, or parameters. YARD. After years in the making, TomDoc is finally a well specified documentation format. You can find the full spec at http:/ tomdoc.org. Today’s Ruby librarie...
webstandardssherpa.com
Sass for Big Sites, Part 2 - Web Standards Sherpa
http://webstandardssherpa.com/reviews/sass-for-big-sites-part-2
Sass for Big Sites, Part 2. Of this series, I detailed how Behance. For our giant codebase (over 130 pages large! As I described in part 1, Behance utilizes partials. For every repeatable module, making it easy to include the styles for a component with just one line of Sass. We rely on the mustache. Have public ones that are great examples. Here’s an abbreviated look at the markup and Sass for our styleguide:. Section h1 Buttons /h1 { #buttons} { form/button} { /buttons} /section section h1 Inputs /h1 h...
rdoc.rubyforge.org
class RDoc::Markup - rdoc 4.1.1 Documentation
http://rdoc.rubyforge.org/RDoc/Markup.html
Bold, Italic, Typewriter Text. Controlling what is documented. Parses plain text documents and attempts to decompose them into their constituent parts. Some of these parts are high-level: paragraphs, chunks of verbatim text, list entries and the like. Other parts happen at the character level: a piece of bold text, a word in code font. This markup is similar in spirit to that used on WikiWiki webs, where folks create web pages using a simple set of formatting rules. Supported Formats ¶. Is intended to be...