Icecream – A little debugging library
github.com
Icecream – A little debugging library
1–10 of 22 posts
Re: Icecream – A little debugging library
#2Re: Icecream – A little debugging library
#3Please add "python" to the title
Re: Icecream – A little debugging library
#4Re: Icecream – A little debugging library
#5one of the 2 hardest things in programming. i agree it should be fun, but should't library naming directly tie into readable code. sure, it'd be boring to call it 'simple debug library', i dunno
Re: Icecream – A little debugging library
#6Re: Icecream – A little debugging library
#7which says that Python 3.8 will allow this kind of output:
>> print(f"{name = }")
name = 'karthikeyan'
>>> print(f"{name.upper() = }")
name.upper() = 'KARTHIKEYAN'
0: https://tirkarthi.github.io/programming/2019/05/08/f-string-...Re: Icecream – A little debugging library
#8dae think we've gone a little off the deep end with naming? one of the 2 hardest things in programming. i agree it should be fun, but should't library naming directly tie into readable code. sure, it'd be boring to call it 'simple debug library', i dunno
Re: Icecream – A little debugging library
#9dae think we've gone a little off the deep end with naming? one of the 2 hardest things in programming. i agree it should be fun, but should't library naming directly tie into readable code. sure, it'd be boring to call it 'simple debug library', i dunno
I think it's a play on "I scream", something a lot of us can associate with debugging.