/* Pratītyasamutpāda */
/* Dependent Origination */
const a = (_this, that) => {
if (_this) that()
}
const b = (that) => {
const _this = false
// vm knows this will never be called, this code can be dropped
// and only ever appears in this textual form
if (_this) that()
}
const c = (_this) => {
const that = false
// vm knows this will never be called, this code can be dropped
// and only ever appears in this textual form
if (that && _this) return _this
}Working from home
Creator of NodeConf and request.
-
Protocol Labs
- San Francisco
- http://mikealrogers.com
- @mikeal
- in/mikealrogers
Highlights
- Pro
Block or Report
Block or report mikeal
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
229 contributions in the last year
Less
More
Activity overview
Contributed to
mikeal/block-box,
mikeal/multiblock,
mikeal/car-transaction
and 27 other
repositories
Contribution activity
May 2023
8
contributions
in private repositories
May 2 – May 6


