I hereby claim:
- I am reidjs on github.
- I am reidjs (https://keybase.io/reidjs) on keybase.
- I have a public key whose fingerprint is 5A82 ED6A 8515 F657 5A8A AB1E 4E5F C1F3 9CA9 4878
To claim this, I am signing this object:
pragma solidity ^0.4.24; | |
/** | |
* Utility library of inline functions on addresses | |
*/ | |
library Address { | |
/** | |
* Returns whether the target address is a contract | |
* @dev This function will return false if invoked during the constructor of a contract, |
pragma solidity ^0.4.24; | |
/** | |
* Utility library of inline functions on addresses | |
*/ | |
library Address { | |
/** | |
* Returns whether the target address is a contract | |
* @dev This function will return false if invoked during the constructor of a contract, |
pragma solidity ^0.4.24; | |
import "./ERC20.sol"; | |
/** | |
* @title Devcon4BoycottToken | |
* @dev Very simple ERC20, where all tokens are pre-assigned to the creator. | |
* Note they can later distribute these tokens as they wish using `transfer` and other | |
* `ERC20` functions. | |
*/ |
pragma solidity ^0.4.24; | |
import "./ERC20.sol"; | |
/** | |
* @title Devcon4BoycottToken | |
* @dev Very simple ERC20, where all tokens are pre-assigned to the creator. | |
* Note they can later distribute these tokens as they wish using `transfer` and other | |
* `ERC20` functions. | |
*/ |
I hereby claim:
To claim this, I am signing this object:
It takes exponentially longer for a developer to review pull requests as they become more complex, | |
this is a simple model of the relationship: | |
t = k**n | |
t: time to complete code review | |
k: the number of files | |
n: the number of changes per file | |
This model demonstrates that smaller PRs are much faster to review. For example: |
There isn't a correct way to take notes, but I have found that having a system, any system, is extremely beneficial when you are working on large projects. Conventions allow you to stop thinking about the style of your notes and focus on quality and content. This isn't a list of rules that must be followed at all times, it's a recurring process that leads to a more useful collection of notes over time.
music
folder, but you should not have ANY folders within it, if possible. If you start accumulating a lot of guitar specific notes, you should make a new folder at the root directory named guitar
.Example file structure
// What is the Google Document ID for your email template? | |
var googleDocId = "abcd0000abcd0000abcd0000abcd0000"; | |
// Which column has the email address? Enter the column row header exactly. | |
var emailField = 'Email'; | |
// What is the subject line? | |
var emailSubject = 'You\'re bringing {Type}!'; | |
// Which column is the indicator for email drafted? Enter the column row header exactly. | |
var emailStatus = 'Date drafted'; | |
/* ----------------------------------- */ |
In no particular order, titles have no bearing on your actual job function or skill.
Senior Software Engineer
Junior Software Engineer
Guru Programmer
Prompt Hacker