Closed RoyalMist closed 4 years ago
Hello @samuelpordeus so there are now two dialogs in a row hope this is ok for you,
@RoyalMist mmm... what is your opinion about it? Does it look bad?
@RoyalMist mmm... what is your opinion about it? Does it look bad?
I propose to see it while using the feature. At least it can save time so I think it is ok :)
I'd say that 1 dialog is better 😄
I'd say that 1 dialog is better 😄
Yes :) Maybe adding doctest by default is not harmfull since if the user did not add Doctest in the module it will have no effect wht do you think ?
Can I remove the dialog @samuelpordeus ?
@RoyalMist :shipit: 👍
@RoyalMist Thanks for the initiative and contribution! ❤️
Hello I was thinking about adding this to the base template of a new file like so:
defmodule Hangman.RealTest do use ExUnit.Case doctest Hangman.Real alias Hangman.Real
end