Skip to content

Instantly share code, notes, and snippets.

View Andy-Bell's full-sized avatar

Andy Bell Andy-Bell

  • N/A
  • Cheltenham, UK
View GitHub Profile
@Andy-Bell
Andy-Bell / .eslintrc.json
Created December 22, 2017 13:47
My minimal eslint
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"rules": {
"indent": [
"error",
2

Keybase proof

I hereby claim:

  • I am andy-bell on github.
  • I am andy_bell (https://keybase.io/andy_bell) on keybase.
  • I have a public key ASDYPT6KGbqmT3D1tsU4-xbEbmjwPoGm_K-J-o_GCsV3Ggo

To claim this, I am signing this object:

@samphippen
Core maintainer of RSpec
Senior software engineer at DO
I am open to being derailed
includes coaches
I presume most of you are here because you want a job, not for giggles
How do we get better as software engineers?
@Andy-Bell
Andy-Bell / app.rb
Created July 6, 2016 22:21
current implementation of deluxe fizzbuzz
class App
def initialize
@output = []
end
def fizz_buzz(number)
@number = number
builder
result = { true => @output.join(" "), false => number }
result[(output.length > 0)]