You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed a detail annoyance in code critic... if you send self an undefined message you get 2 errors - a generic one and one specific to self/super - not a big deal, because presumably one is about to correct the problem, but a slight annoyance.
Just noticed a detail annoyance in code critic... if you send
selfan undefined message you get 2 errors - a generic one and one specific toself/super- not a big deal, because presumably one is about to correct the problem, but a slight annoyance.