ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Repository Implementation Testing - Flutter Clean Architecture & TDD [5]

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ส.ค. 2024
  • 📄In addition to implementing the clean architecture, to optimize the development process in terms of producing minimal bugs and reducing repetitive debugging and fixing processes, we must undergo a testing process.
    Test-Driven Development is an application development process where testing is the main character that drives the development. Testing code scenarios will be written first before creating a feature in the application.
    🌐Reference :
    🔗 betterprogramm...
    🤖About AI - Please Subscribe :
    🔗 / @theaionline
    🌐 Telegram Community
    🔗 t.me/fluttergu...
    ⚡ SUBSCRIBE HERE⚡
    🔗 cutt.ly/2XkZz0X
    🌐 Social Media
    🔗 Linkedin: / mahdinazmi
    🔗 GitHub: github.com/mah...
    🔗 Twitter: / mahdinazmi
    #flutter #fluttertutorial #fluttercourse

ความคิดเห็น • 12

  • @KyoYamamoto-rc5jp
    @KyoYamamoto-rc5jp 11 หลายเดือนก่อน

    Thank you for the informative content, sir!

    • @flutterguys
      @flutterguys  11 หลายเดือนก่อน

      Glad it was helpful!

  • @ismaelpdro
    @ismaelpdro ปีที่แล้ว

    Great!

  • @moviecorner5163
    @moviecorner5163 10 หลายเดือนก่อน

    hi
    if i ignore test part is clean architecture right?

  • @keithbacalso9433
    @keithbacalso9433 ปีที่แล้ว

    Hi, idk if you forgot. But, base to what you said in your news app clean architecture series you said "We should not use or return entity inside data layer". I notice that your returning Entity in the data layer now why is that?

    • @flutterguys
      @flutterguys  ปีที่แล้ว

      Which part do you mean? We didn't use entity at all in the data layer, we just converted the model to entity

    • @cromuelbarut9859
      @cromuelbarut9859 11 หลายเดือนก่อน

      actually he did not use the weather entity in the data layer like for example instantiating it, he just used it for explicit type inference in the data layer because in the weather repository contract, we have to return an entity instead of a model thus making the toEntity() method of the model, not the entity

  • @user-kb2ns9xp4k
    @user-kb2ns9xp4k ปีที่แล้ว

    Hey can you please share full source code 🙏

    • @flutterguys
      @flutterguys  ปีที่แล้ว +2

      This is not over yet. It will probably end next week.

    • @user-kb2ns9xp4k
      @user-kb2ns9xp4k ปีที่แล้ว

      @@flutterguys can you provide in progress change please 🥺

    • @flutterguys
      @flutterguys  ปีที่แล้ว

      @@user-kb2ns9xp4k A new video will be uploaded tomorrow, which is about bloc testing.

    • @user-kb2ns9xp4k
      @user-kb2ns9xp4k ปีที่แล้ว

      @@flutterguys ohk thank