@ronnieoverby
var shriek = function(shriekee){
alert('Shriek, ' + shriekee + '!');
};
$(function(){
$('.thangz').coolPlugin({
onGawk: function(e){
_.forEach(e.target.values, function(thingy){
shriek(thingy);
});
}
});
});THESE MUST BE DEFINED BY NOW!!!
THIS MUST BE EVAL'D
BEFORE OTHERS CAN USE!!!
import _ from 'lodash';
import $ from 'jquery';
import coolPlugin from 'that-cool-jq-plugin';
const shriek = shriekee =>
alert(`Shriek, ${shriekee}!`);
$('.thangz').coolPlugin({
onGawk: function(e){
_.forEach(e.target.values, function(thingy){
shriek(thingy);
});
}
});
export {shriek};leads to…
Knowable after observing failure
Knowable after it's too late
Completely Unpredictable
leads to…
Posts by Tag over Time
I DON'T KNOW EVERYTHING