@s_anastasov 💯 It makes sense to me too, to include them in other tests. Assuming they're fast, easy to create and deterministic.
In our project typically *every* dependency gets replaced via test double.
But I want to discover more of these sociable tests in our Android project.
Do you write tests for your simple mapper classes or do you skip them thinking they won't have a bug in the future because they're simple mappers? What's your take on this?
Geçen hafta bindiğim Berlin Istanbul @ucurbenipegasus uçağı 4 saat geç kaldı. Aldığım tren biletini de kaçırıp otelde konaklamak zorunda kaldım. Pegasus taleplerime rağmen hiç bir adım atmayarak kalitesizliğini gösterdi. Artık kesinlikle Pegasustan uçak bileti almayacağım.
✨ Library authors, get support from the Kotlin Foundation!
We’re reopening the Grants Program for Multiplatform libraries. Winners will get financial support and recognition in the community.
Check out the requirements and apply before June 25. 👇
https://t.co/K8UFe3pTE0
We at @Google created FREE comprehensive training on Generative AI! Get ready to apply AI in your workplace.
👉 Intro to Generative AI
👉 Intro to Large Language Models
👉 Intro to Responsible AI
👉 Intro to Image Generation
👉 Encoder-Decoder
👉 Attention Mechanism
👉 Transformer Models and BERT Model
👉 Create Image Captioning Models
👉 Intro to Generative AI Studio
Course Link: https://t.co/tT2nY2Djy1
Blog: https://t.co/RVKVO5q4G8
#GenAI #MachineLearning #ArtificialIntelligence
@CatalinGhita4 I prefer using social tests (that focus on behavior instead of class) because changes in production code affect these tests less. This helps with refactoring since the tests only change when the behavior changes.
@alhyunsoo When you directly open a page using search, the sidebar doesn't change. I would like the sidebar to have a button to find&highlight the current page.
It can be automatic as well, but I'm not sure if everyone would like this, so maybe with a settings toggle.
⚠️ ÖNEMLİ!
Afet ve acil durumlarda iletişimin kesintisiz sürdürülebilmesi hayati önemdedir.
📱Haberleşmelerinizi kısa mesaj servisi (SMS) ve internet tabanlı mesajlaşma yazılımları üzerinden yapınız.
🚫 Hayati durumlar dışında telefon görüşmesi yapmaktan kaçının!
Do you want to know how the @trendyoltech Android team reduced their build times by up to 80%?
We created "sample apps" to shorten our build times and increase our productivity. I published an article about it! Check it out:
https://t.co/mw8NsCGMtj
@manuelvicnt I use Dagger only for instrumented tests. For my unit/integration tests I create the dependencies (which are only a few, usually) by hand.
However if there would be a low-impact solution from Dagger I would consider using it also for unit/integration tests.