redbadger/react.london

View on GitHub

Showing 5 of 363 total issues

Function render has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    return (
      <nav className="NavigationBar block NavigationBar--Conference">
        <div className="NavigationBar__links-container block">
          <input
Severity: Major
Found in shared/components/NavigationBar/index.js - About 2 hrs to fix

    Function ConferencePartners has 48 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    const ConferencePartners = (props) => {
      const { gold, silver, bronze, supporter } = props;
      return (
        <div>
          <section className="block ConferencePartners__about">
    Severity: Minor
    Found in shared/components/ConferencePartners/index.js - About 1 hr to fix

      Function render has 48 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        render() {
          const {
            title,
            startDateTime,
            endDateTime,
      Severity: Minor
      Found in shared/components/NextCommunityEvent/index.js - About 1 hr to fix

        Function SchedulePageOverview has 40 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        const SchedulePageOverview = (props) => {
          return (
            <div className="SchedulePageOverview block">
              <div className="content">
                <div className="SchedulePageOverview__container">
        Severity: Minor
        Found in shared/components/SchedulePageOverview/index.js - About 1 hr to fix

          Function getHeaderText has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
          Open

          export function getHeaderText(startDateTime, endDateTime) {
            if (!startDateTime || !endDateTime) {
              return 'Community Meetup';
            }
            const currentDateTime = moment();
          Severity: Minor
          Found in shared/components/NextCommunityEvent/index.js - About 25 mins to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Severity
          Category
          Status
          Source
          Language