HackerTrans
トップ新着トレンドコメント過去質問紹介求人

imran-iq

no profile record

コメント

imran-iq
·先月·議論
Hey I also have the pocket 4, the screen rotation issue should be fixed soon (slash already fixed): https://github.com/systemd/systemd/issues/41036
imran-iq
·3 年前·議論
Django docs come to mind
imran-iq
·3 年前·議論
This is what I see on a linux machine with only 6GB of ram: https://blog.imraniqbal.org/ram/

(TL:DR OOM errors and the kernel starts reaping processes)

Just seems so odd as I remember playing gta vice city on a pentium 3 with 128mb of ram and now I need 6GB+ to just browse the web
imran-iq
·4 年前·議論
That's the right way to do TDD, see this talk: https://www.youtube.com/watch?v=EZ05e7EMOLM

One of the above comments mentions BDD as a close cousin to TDD, but that is wrong as TDD is actually BDD as you should only be testing behaviours, which allow you to "fearlessly refactor"