hashfiputrazah / Lab1MobDevProjectHashfi

0 stars 0 forks source link

Dead Code #3

Open hashfiputrazah opened 1 year ago

hashfiputrazah commented 1 year ago

Example 1

The code is:

<path
    android:fillColor="#00000000"
    android:pathData="M19,0L19,108"
    android:strokeWidth="0.8"
    android:strokeColor="#33FFFFFF" />

This code is no longer used, so it's best to remove it.

Example 2

import com.tsu.lab1mobdevprojecthashfi.databinding.ActivityMain4Binding

This code is no longer used, so it's best to remove it.

LidiaIvanova commented 1 year ago

Why is this code bad? What principles does it violate? What can the existence of such code lead to? 0,5