Jihyeon Gim

Results 9 comments of Jihyeon Gim

Hello! Could you let me know what kinds of things needed for this PR? πŸ˜„

리뷰 λΆ€νƒλ“œλ¦½λ‹ˆλ‹€~ https://www.transifex.com/golang-korea/go-specification/translate/#ko/declarations_and_scope_constant_declarationsmd/130648972

Hello! I'm translating Chapter 8 with below PR * #1185

Hello! Could you let me know what kinds of things needed for this PR? πŸ˜„

@sergeykolychev : Sure. ```perl package MyRole; use Moose::Role; has 'name' => ( is => 'ro', isa => 'Str', required => 1 ); no Moose::Role; package MyClass; use Moose; use Moose::Util;...

I think that the code change I'm suggesting is inefficient in terms of performance. (Although you might think that's not a bad thing, as it will be cached after the...

@jhthorsen Hello! πŸ˜„ First of all, sorry to bother you πŸ˜… If there is anything wrong or strange, could you please give me some advice?