BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//papers.synesthesia.it//ZVR7GV
BEGIN:VTIMEZONE
TZID:CET
BEGIN:STANDARD
DTSTART:20001029T040000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000326T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:pretalx-droidcon-2024-ZVR7GV@papers.synesthesia.it
DTSTART;TZID=CET:20241129T163000
DTEND;TZID=CET:20241129T171000
DESCRIPTION:Code reviews are an essential part of every developer's routine
 \, whether you're getting a PR ready to merge or reviewing someone else's 
 PR.\n\nHave you ever found yourself reading or writing comments like these
  during a code review?\n\n"Hey Ayushi\, can you use the use case? The curr
 ent ViewModel is communicating with the repo layer\, which isn't ideal."\n
 "The UI layer should be as lean as possible\; all logic should be moved ou
 t."\n"Didn't we recently decide on the naming conventions for different cl
 asses?"\n\nThese are classic examples of code review smells. As engineers\
 , it's tough to remember every architectural detail of all your projects\,
  especially when dealing with a large multi-module app architecture. So\, 
 why not automate these checks with lint rules?\n\nIn this talk\, we'll int
 roduce Konsist—an innovative tool for Android that simplifies the proces
 s of writing lint rules by treating them as unit tests\, thus eliminating 
 the steep learning curve associated with traditional linters. We will also
  dive deep into creating lint rules as unit tests and integrating them int
 o CI/CD pipelines for faster development.
DTSTAMP:20241015T151419Z
LOCATION:Left Stage
SUMMARY:Automate Code Reviews with Konsist !! - Ayushi Gupta
URL:https://papers.synesthesia.it/droidcon-2024/talk/ZVR7GV/
END:VEVENT
END:VCALENDAR
