52
omom
7y

this
.getDev()
.addDream(Dreams.LAUNCH_COMPANY)
.setTargetYear(2018)
.setMood(Mood.CONFIDENT);

Comments
  • 2
    I wish you luck! I'm starting my company this year.Not easy, but really Satisfying to see our dreams becoming real!
  • 3
    @fcrozetta thanks a lot! I really wasn't thinking about making my projects go real but thanks to an awesome lady in my life we started the study phase..
  • 2
    Good luck bro 😀
  • 2
    👏👏👏👏👏👏👏
  • 2
    Best luck from my side too, you got my deepest respect :)
  • 2
    Try {
    //your plan
    }
    Catch (shit){
    you.updateResume ();
    }

    All the luck buddy.
    🖒
  • 1
    @omomthings good luck with your company, I want to do the same but I'll probably start small working as an indie game dev for a start.
  • 3
    Thank you all guys seriously that really warms my heart and make me even more confident! I hope for you guys all keep pursuing your dreams and never give up!@gitpush @ParkCity @Krokoklemme @sebgignac @f03n1x
  • 0
    @omomthings keep us updated!
  • 2
    self.dev.add(dream: .launchCompany, targetYear: 2018, mood: .confident)

    Swift syntax is elegant, isn’t it? 😂
  • 1
    @spneshaei I think it's more like:
    self.dev.addDream(for year: 2018, with Mood: .confident) 🤓
  • 1
    @gitpush That is for method signature, not calling.
Add Comment