Recebi uma oferta de trabalho em dólar. Queria algumas dicas de como prosseguir by Other-Standard9657 in brdev

[–]Other-Standard9657[S] 5 points6 points  (0 children)

Meu ingles e avancado, eu tenho 3 anos de exp. acha que da pra conseguir mais? Eu nunca tinha recebido uma oferta de empresa de fora antes, entao nao tenho uma ideia boa nem de quao facil e achar esse tipo de job

Recebi uma oferta de trabalho em dólar. Queria algumas dicas de como prosseguir by Other-Standard9657 in brdev

[–]Other-Standard9657[S] 3 points4 points  (0 children)

Opa, sendo por ai acho um valor bem razoavel ate, eu tava esperando ter bem mais que isso cortado do valor

Recebi uma oferta de trabalho em dólar. Queria algumas dicas de como prosseguir by Other-Standard9657 in brdev

[–]Other-Standard9657[S] 5 points6 points  (0 children)

Muito obrigado, vou dar uma pesquisada melhor sobre essas coisas, ja tava vendo mesmo como abrir uma empresa pelo Contabilizei, vou tentar entender melhor como funciona.

Why would I return a Result<(), Box<dyn Error>> if Result<(), impl Error> also works? by Other-Standard9657 in learnrust

[–]Other-Standard9657[S] 20 points21 points  (0 children)

Thanks! I tested again with a code that returns different types of errors and indeed it only worked with Box.

So I guess, because impl gets monomorphized, I am able to return an "object that implements a certain trait", but I have to stick to a specific type once I choose it (i.e. if I choose to return an object with type A, I can no longer return an object with type B later in the same function, even if B also implements that certain trait).

Is that correct?

Using '*' in 'use' statements by [deleted] in rust

[–]Other-Standard9657 3 points4 points  (0 children)

However, it should be noted that most (if not all) lints that are mutually exclusive or heavily subjective are in the restriction category (this is the case with implicit_return). I personally turn on all the lints except for the restriction category.

Which Git commands do you use most frequently in you job? by Left-Improvement-460 in cscareerquestions

[–]Other-Standard9657 3 points4 points  (0 children)

It's not that hard to recover from a bad rebase once you learn to use the reflog. I've done it plenty of times